diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml new file mode 100644 index 0000000000..7c2999e872 --- /dev/null +++ b/.github/workflows/publish_release.yml @@ -0,0 +1,127 @@ +name: Publish to draft release + +# Manually pulls the platform binaries produced by a "Build all" run and uploads +# them to an existing DRAFT release. Decoupled from the build so you can test a +# build first, then publish exactly that run's artifacts once you're happy. +# +# Trigger: Actions tab -> "Publish to draft release" -> Run workflow. +# Locked to a single person: the first step aborts unless the actor matches the +# `RELEASE_PUBLISHER` repo variable (set to "SoftFever"). To allow someone else, +# change that variable: gh variable set RELEASE_PUBLISHER --body "". + +on: + workflow_dispatch: + inputs: + run_id: + description: 'Run ID of the "Build all" workflow to pull binaries from (the number in the Actions run URL)' + required: true + type: string + tag: + description: 'Tag of the draft release to upload to (e.g. v2.4.0-beta)' + required: true + type: string + +permissions: + contents: write # upload release assets + actions: read # download artifacts from another run + +jobs: + publish: + name: Publish binaries to draft release + runs-on: ubuntu-latest + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + RUN_ID: ${{ inputs.run_id }} + TAG: ${{ inputs.tag }} + steps: + - name: Restrict to the release publisher + env: + PUBLISHER: ${{ vars.RELEASE_PUBLISHER }} + run: | + if [ -z "$PUBLISHER" ]; then + echo "::error::RELEASE_PUBLISHER repo variable is not set." + exit 1 + fi + if [ "${{ github.actor }}" != "$PUBLISHER" ]; then + echo "::error::Only @$PUBLISHER may run this workflow (you are @${{ github.actor }})." + exit 1 + fi + echo "Authorized: @${{ github.actor }}" + + - name: Verify target is a draft release + run: | + if ! gh release view "$TAG" --repo "$GITHUB_REPOSITORY" --json isDraft >/dev/null 2>&1; then + echo "::error::Release '$TAG' not found. Create the draft (with this tag) first." + exit 1 + fi + is_draft=$(gh release view "$TAG" --repo "$GITHUB_REPOSITORY" --json isDraft --jq '.isDraft') + if [ "$is_draft" != "true" ]; then + echo "::error::Release '$TAG' is published, not a draft. Aborting to avoid touching a live release." + exit 1 + fi + + - name: Verify source build run + run: | + info=$(gh run view "$RUN_ID" --repo "$GITHUB_REPOSITORY" --json workflowName,conclusion,headBranch) + name=$(echo "$info" | jq -r '.workflowName') + conclusion=$(echo "$info" | jq -r '.conclusion') + branch=$(echo "$info" | jq -r '.headBranch') + echo "Source run #$RUN_ID: '$name' on '$branch' (conclusion: $conclusion)" + if [ "$conclusion" != "success" ]; then + echo "::warning::Source run did not conclude 'success' ($conclusion). Some assets may be missing." + fi + + - name: Download release artifacts from build run + run: | + gh run download "$RUN_ID" --repo "$GITHUB_REPOSITORY" --dir artifacts \ + -p 'OrcaSlicer_Windows_*' \ + -p 'OrcaSlicer_Mac_universal_*' \ + -p 'OrcaSlicer_Linux_ubuntu_*' \ + -p 'OrcaSlicer-Linux-flatpak_*' \ + -p 'PDB' + echo "Downloaded artifact folders:" + ls -1 artifacts + + - name: Assemble release assets + run: | + set -euo pipefail + mkdir -p upload + + # gh run download auto-extracts each artifact into a folder, so the inner + # binaries are already unzipped. Copy the inner binary for each platform. + # -type f is required (some artifact *folders* are named "*.flatpak"). + + # Windows installer: the .exe inside the installer artifact, NOT the + # orca-slicer.exe that lives in the portable app folder. + find artifacts -type f -name '*.exe' -path '*OrcaSlicer_Windows_*' ! -path '*_portable*' -exec cp -v {} upload/ \; + # macOS universal DMG (profile-validator DMG isn't downloaded). + find artifacts -type f -name '*.dmg' -path '*OrcaSlicer_Mac_universal_*' -exec cp -v {} upload/ \; + # Linux AppImage. + find artifacts -type f -name '*.AppImage' -exec cp -v {} upload/ \; + # Flatpak bundles (x86_64 + aarch64). + find artifacts -type f -name '*.flatpak' -exec cp -v {} upload/ \; + # Windows debug symbols (PDB archive, for developers). + find artifacts -type f -name 'Debug_PDB_*.7z' -exec cp -v {} upload/ \; + + # Portable Windows build is an unzipped folder artifact; re-zip it to the + # released filename (this one stays a .zip on the release). + portable_dir=$(find artifacts -maxdepth 1 -type d -name 'OrcaSlicer_Windows_*_portable' | head -n1) + if [ -n "${portable_dir:-}" ]; then + ( cd "$portable_dir" && zip -qr "$GITHUB_WORKSPACE/upload/$(basename "$portable_dir").zip" . ) + echo "Zipped portable -> $(basename "$portable_dir").zip" + else + echo "::warning::Windows portable artifact not found." + fi + + echo "Assets to upload:" + ls -lh upload + if [ -z "$(ls -A upload)" ]; then + echo "::error::No assets assembled. Check the run_id and that its artifacts haven't expired." + exit 1 + fi + + - name: Upload assets to draft release + run: | + gh release upload "$TAG" upload/* --repo "$GITHUB_REPOSITORY" --clobber + echo "Uploaded to draft release: $TAG" + gh release view "$TAG" --repo "$GITHUB_REPOSITORY" --json assets --jq '.assets[].name' diff --git a/resources/images/param_junction_deviation.svg b/resources/images/param_junction_deviation.svg new file mode 100644 index 0000000000..4b3b81fdd5 --- /dev/null +++ b/resources/images/param_junction_deviation.svg @@ -0,0 +1,10 @@ + + + + + + + + + diff --git a/resources/profiles/BBL.json b/resources/profiles/BBL.json index 1db299ab2e..65e1586830 100644 --- a/resources/profiles/BBL.json +++ b/resources/profiles/BBL.json @@ -1,7 +1,7 @@ { "name": "Bambulab", "url": "http://www.bambulab.com/Parameters/vendor/BBL.json", - "version": "02.01.00.15", + "version": "02.01.00.16", "force_update": "0", "description": "BBL configurations", "machine_model_list": [ diff --git a/resources/profiles/BBL/machine/Bambu Lab X2D 0.4 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab X2D 0.4 nozzle.json index b32ce9af25..e2979da215 100644 --- a/resources/profiles/BBL/machine/Bambu Lab X2D 0.4 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab X2D 0.4 nozzle.json @@ -145,6 +145,7 @@ "20" ], "support_chamber_temp_control": "1", + "support_air_filtration": "1", "upward_compatible_machine": [ "Bambu Lab A1 0.4 nozzle", "Bambu Lab P2S 0.4 nozzle", diff --git a/resources/profiles/M3D.json b/resources/profiles/M3D.json index 830dd2ae7d..d2ad7e1478 100644 --- a/resources/profiles/M3D.json +++ b/resources/profiles/M3D.json @@ -1,6 +1,6 @@ { "name": "M3D", - "version": "02.04.00.00", + "version": "02.04.00.01", "force_update": "0", "description": "Configuration for M3D printers", "machine_model_list": [ diff --git a/resources/profiles/M3D/process/0.15mm MM @D8500.json b/resources/profiles/M3D/process/0.15mm MM @D8500.json index 2343da008c..db62fc37e5 100644 --- a/resources/profiles/M3D/process/0.15mm MM @D8500.json +++ b/resources/profiles/M3D/process/0.15mm MM @D8500.json @@ -40,6 +40,5 @@ "support_type": "normal(manual)", "travel_speed": "100", "wall_loops": "2", - "wipe_tower_extra_spacing": "200%", - "wipe_tower_filament": "2" + "wipe_tower_extra_spacing": "200%" } diff --git a/resources/profiles/M3D/process/0.20mm MM @D8500.json b/resources/profiles/M3D/process/0.20mm MM @D8500.json index 731675a087..c611c1b0d2 100644 --- a/resources/profiles/M3D/process/0.20mm MM @D8500.json +++ b/resources/profiles/M3D/process/0.20mm MM @D8500.json @@ -41,6 +41,5 @@ "top_surface_speed": "40", "travel_speed": "100", "wall_loops": "2", - "wipe_tower_extra_spacing": "200%", - "wipe_tower_filament": "2" + "wipe_tower_extra_spacing": "200%" } diff --git a/resources/profiles/M3D/process/fdm_process_common.json b/resources/profiles/M3D/process/fdm_process_common.json index 3b83efec17..9b4af74c6d 100644 --- a/resources/profiles/M3D/process/fdm_process_common.json +++ b/resources/profiles/M3D/process/fdm_process_common.json @@ -25,6 +25,5 @@ "top_surface_speed": "40", "travel_speed": "100", "wall_loops": "2", - "wipe_tower_extra_spacing": "200%", - "wipe_tower_filament": "2" + "wipe_tower_extra_spacing": "200%" } diff --git a/resources/profiles/SeeMeCNC.json b/resources/profiles/SeeMeCNC.json index f379f9a2ca..f6ab729c56 100644 --- a/resources/profiles/SeeMeCNC.json +++ b/resources/profiles/SeeMeCNC.json @@ -1,710 +1,710 @@ { - "name": "SeeMeCNC", - "version": "2.4.0.00", - "force_update": "1", - "description": "SeeMeCNC configurations - Full profile set for Artemis, BOSSdelta, and RostockMAX printers", - "machine_model_list": [ - { - "name": "SeeMeCNC Artemis 300", - "sub_path": "machine/SeeMeCNC Artemis 300.json" - }, - { - "name": "SeeMeCNC BOSSdelta 300", - "sub_path": "machine/SeeMeCNC BOSSdelta 300.json" - }, - { - "name": "SeeMeCNC BOSSdelta 500 0505", - "sub_path": "machine/SeeMeCNC BOSSdelta 500 0505.json" - }, - { - "name": "SeeMeCNC BOSSdelta 500 0510", - "sub_path": "machine/SeeMeCNC BOSSdelta 500 0510.json" - }, - { - "name": "SeeMeCNC BOSSdelta 500 0521", - "sub_path": "machine/SeeMeCNC BOSSdelta 500 0521.json" - }, - { - "name": "SeeMeCNC RostockMAX v3.2", - "sub_path": "machine/SeeMeCNC RostockMAX v3.2.json" - }, - { - "name": "SeeMeCNC RostockMAX v4", - "sub_path": "machine/SeeMeCNC RostockMAX v4.json" - } - ], - "process_list": [ - { - "name": "SeeMeCNC process base 0.4mm", - "sub_path": "process/SeeMeCNC_process_base_0.4mm.json" - }, - { - "name": "SeeMeCNC process base 0.5mm", - "sub_path": "process/SeeMeCNC_process_base_0.5mm.json" - }, - { - "name": "SeeMeCNC process base 0.7mm", - "sub_path": "process/SeeMeCNC_process_base_0.7mm.json" - }, - { - "name": "SeeMeCNC process base 1.0mm", - "sub_path": "process/SeeMeCNC_process_base_1.0mm.json" - }, - { - "name": "SeeMeCNC process base", - "sub_path": "process/SeeMeCNC_process_base.json" - }, - { - "name": "0.16mm Fine @SeeMeCNC Artemis 0.4", - "sub_path": "process/0.16mm Fine @SeeMeCNC Artemis 0.4.json" - }, - { - "name": "0.16mm Fine @SeeMeCNC BOSSdelta 300 0.4", - "sub_path": "process/0.16mm Fine @SeeMeCNC BOSSdelta 300 0.4.json" - }, - { - "name": "0.16mm Fine @SeeMeCNC BOSSdelta 500 0505 0.4", - "sub_path": "process/0.16mm Fine @SeeMeCNC BOSSdelta 500 0505 0.4.json" - }, - { - "name": "0.16mm Fine @SeeMeCNC BOSSdelta 500 0510 0.4", - "sub_path": "process/0.16mm Fine @SeeMeCNC BOSSdelta 500 0510 0.4.json" - }, - { - "name": "0.16mm Fine @SeeMeCNC BOSSdelta 500 0521 0.4", - "sub_path": "process/0.16mm Fine @SeeMeCNC BOSSdelta 500 0521 0.4.json" - }, - { - "name": "0.16mm Fine @SeeMeCNC RostockMAX v3.2 0.4", - "sub_path": "process/0.16mm Fine @SeeMeCNC RostockMAX v3.2 0.4.json" - }, - { - "name": "0.16mm Fine @SeeMeCNC RostockMAX v4 0.4", - "sub_path": "process/0.16mm Fine @SeeMeCNC RostockMAX v4 0.4.json" - }, - { - "name": "0.20mm Draft @SeeMeCNC RostockMAX v3.2 0.4", - "sub_path": "process/0.20mm Draft @SeeMeCNC RostockMAX v3.2 0.4.json" - }, - { - "name": "0.20mm Fine @SeeMeCNC Artemis 0.5", - "sub_path": "process/0.20mm Fine @SeeMeCNC Artemis 0.5.json" - }, - { - "name": "0.20mm Fine @SeeMeCNC BOSSdelta 300 0.5", - "sub_path": "process/0.20mm Fine @SeeMeCNC BOSSdelta 300 0.5.json" - }, - { - "name": "0.20mm Fine @SeeMeCNC BOSSdelta 500 0505 0.5", - "sub_path": "process/0.20mm Fine @SeeMeCNC BOSSdelta 500 0505 0.5.json" - }, - { - "name": "0.20mm Fine @SeeMeCNC BOSSdelta 500 0510 0.5", - "sub_path": "process/0.20mm Fine @SeeMeCNC BOSSdelta 500 0510 0.5.json" - }, - { - "name": "0.20mm Fine @SeeMeCNC BOSSdelta 500 0521 0.5", - "sub_path": "process/0.20mm Fine @SeeMeCNC BOSSdelta 500 0521 0.5.json" - }, - { - "name": "0.20mm Fine @SeeMeCNC RostockMAX v3.2 0.5", - "sub_path": "process/0.20mm Fine @SeeMeCNC RostockMAX v3.2 0.5.json" - }, - { - "name": "0.20mm Fine @SeeMeCNC RostockMAX v4 0.5", - "sub_path": "process/0.20mm Fine @SeeMeCNC RostockMAX v4 0.5.json" - }, - { - "name": "0.20mm Standard @SeeMeCNC Artemis 0.4", - "sub_path": "process/0.20mm Standard @SeeMeCNC Artemis 0.4.json" - }, - { - "name": "0.20mm Standard @SeeMeCNC BOSSdelta 300 0.4", - "sub_path": "process/0.20mm Standard @SeeMeCNC BOSSdelta 300 0.4.json" - }, - { - "name": "0.20mm Standard @SeeMeCNC BOSSdelta 500 0505 0.4", - "sub_path": "process/0.20mm Standard @SeeMeCNC BOSSdelta 500 0505 0.4.json" - }, - { - "name": "0.20mm Standard @SeeMeCNC BOSSdelta 500 0510 0.4", - "sub_path": "process/0.20mm Standard @SeeMeCNC BOSSdelta 500 0510 0.4.json" - }, - { - "name": "0.20mm Standard @SeeMeCNC BOSSdelta 500 0521 0.4", - "sub_path": "process/0.20mm Standard @SeeMeCNC BOSSdelta 500 0521 0.4.json" - }, - { - "name": "0.20mm Standard @SeeMeCNC RostockMAX v3.2 0.4", - "sub_path": "process/0.20mm Standard @SeeMeCNC RostockMAX v3.2 0.4.json" - }, - { - "name": "0.20mm Standard @SeeMeCNC RostockMAX v4 0.4", - "sub_path": "process/0.20mm Standard @SeeMeCNC RostockMAX v4 0.4.json" - }, - { - "name": "0.24mm Draft @SeeMeCNC Artemis 0.4", - "sub_path": "process/0.24mm Draft @SeeMeCNC Artemis 0.4.json" - }, - { - "name": "0.24mm Draft @SeeMeCNC BOSSdelta 300 0.4", - "sub_path": "process/0.24mm Draft @SeeMeCNC BOSSdelta 300 0.4.json" - }, - { - "name": "0.24mm Draft @SeeMeCNC BOSSdelta 500 0505 0.4", - "sub_path": "process/0.24mm Draft @SeeMeCNC BOSSdelta 500 0505 0.4.json" - }, - { - "name": "0.24mm Draft @SeeMeCNC BOSSdelta 500 0510 0.4", - "sub_path": "process/0.24mm Draft @SeeMeCNC BOSSdelta 500 0510 0.4.json" - }, - { - "name": "0.24mm Draft @SeeMeCNC BOSSdelta 500 0521 0.4", - "sub_path": "process/0.24mm Draft @SeeMeCNC BOSSdelta 500 0521 0.4.json" - }, - { - "name": "0.24mm Draft @SeeMeCNC RostockMAX v3.2 0.4", - "sub_path": "process/0.24mm Draft @SeeMeCNC RostockMAX v3.2 0.4.json" - }, - { - "name": "0.24mm Draft @SeeMeCNC RostockMAX v4 0.4", - "sub_path": "process/0.24mm Draft @SeeMeCNC RostockMAX v4 0.4.json" - }, - { - "name": "0.25mm Standard @SeeMeCNC Artemis 0.5", - "sub_path": "process/0.25mm Standard @SeeMeCNC Artemis 0.5.json" - }, - { - "name": "0.25mm Standard @SeeMeCNC BOSSdelta 300 0.5", - "sub_path": "process/0.25mm Standard @SeeMeCNC BOSSdelta 300 0.5.json" - }, - { - "name": "0.25mm Standard @SeeMeCNC BOSSdelta 500 0505 0.5", - "sub_path": "process/0.25mm Standard @SeeMeCNC BOSSdelta 500 0505 0.5.json" - }, - { - "name": "0.25mm Standard @SeeMeCNC BOSSdelta 500 0510 0.5", - "sub_path": "process/0.25mm Standard @SeeMeCNC BOSSdelta 500 0510 0.5.json" - }, - { - "name": "0.25mm Standard @SeeMeCNC BOSSdelta 500 0521 0.5", - "sub_path": "process/0.25mm Standard @SeeMeCNC BOSSdelta 500 0521 0.5.json" - }, - { - "name": "0.25mm Standard @SeeMeCNC RostockMAX v3.2 0.5", - "sub_path": "process/0.25mm Standard @SeeMeCNC RostockMAX v3.2 0.5.json" - }, - { - "name": "0.25mm Standard @SeeMeCNC RostockMAX v4 0.5", - "sub_path": "process/0.25mm Standard @SeeMeCNC RostockMAX v4 0.5.json" - }, - { - "name": "0.28mm Extra Draft @SeeMeCNC Artemis 0.4", - "sub_path": "process/0.28mm Extra Draft @SeeMeCNC Artemis 0.4.json" - }, - { - "name": "0.28mm Extra Draft @SeeMeCNC BOSSdelta 300 0.4", - "sub_path": "process/0.28mm Extra Draft @SeeMeCNC BOSSdelta 300 0.4.json" - }, - { - "name": "0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.4", - "sub_path": "process/0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.4.json" - }, - { - "name": "0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.4", - "sub_path": "process/0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.4.json" - }, - { - "name": "0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.4", - "sub_path": "process/0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.4.json" - }, - { - "name": "0.28mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.4", - "sub_path": "process/0.28mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.4.json" - }, - { - "name": "0.28mm Extra Draft @SeeMeCNC RostockMAX v4 0.4", - "sub_path": "process/0.28mm Extra Draft @SeeMeCNC RostockMAX v4 0.4.json" - }, - { - "name": "0.28mm Fine @SeeMeCNC Artemis 0.7", - "sub_path": "process/0.28mm Fine @SeeMeCNC Artemis 0.7.json" - }, - { - "name": "0.28mm Fine @SeeMeCNC BOSSdelta 300 0.7", - "sub_path": "process/0.28mm Fine @SeeMeCNC BOSSdelta 300 0.7.json" - }, - { - "name": "0.28mm Fine @SeeMeCNC BOSSdelta 500 0505 0.7", - "sub_path": "process/0.28mm Fine @SeeMeCNC BOSSdelta 500 0505 0.7.json" - }, - { - "name": "0.28mm Fine @SeeMeCNC BOSSdelta 500 0510 0.7", - "sub_path": "process/0.28mm Fine @SeeMeCNC BOSSdelta 500 0510 0.7.json" - }, - { - "name": "0.28mm Fine @SeeMeCNC BOSSdelta 500 0521 0.7", - "sub_path": "process/0.28mm Fine @SeeMeCNC BOSSdelta 500 0521 0.7.json" - }, - { - "name": "0.28mm Fine @SeeMeCNC RostockMAX v3.2 0.7", - "sub_path": "process/0.28mm Fine @SeeMeCNC RostockMAX v3.2 0.7.json" - }, - { - "name": "0.28mm Fine @SeeMeCNC RostockMAX v4 0.7", - "sub_path": "process/0.28mm Fine @SeeMeCNC RostockMAX v4 0.7.json" - }, - { - "name": "0.30mm Draft @SeeMeCNC Artemis 0.5", - "sub_path": "process/0.30mm Draft @SeeMeCNC Artemis 0.5.json" - }, - { - "name": "0.30mm Draft @SeeMeCNC BOSSdelta 300 0.5", - "sub_path": "process/0.30mm Draft @SeeMeCNC BOSSdelta 300 0.5.json" - }, - { - "name": "0.30mm Draft @SeeMeCNC BOSSdelta 500 0505 0.5", - "sub_path": "process/0.30mm Draft @SeeMeCNC BOSSdelta 500 0505 0.5.json" - }, - { - "name": "0.30mm Draft @SeeMeCNC BOSSdelta 500 0510 0.5", - "sub_path": "process/0.30mm Draft @SeeMeCNC BOSSdelta 500 0510 0.5.json" - }, - { - "name": "0.30mm Draft @SeeMeCNC BOSSdelta 500 0521 0.5", - "sub_path": "process/0.30mm Draft @SeeMeCNC BOSSdelta 500 0521 0.5.json" - }, - { - "name": "0.30mm Draft @SeeMeCNC RostockMAX v3.2 0.5", - "sub_path": "process/0.30mm Draft @SeeMeCNC RostockMAX v3.2 0.5.json" - }, - { - "name": "0.30mm Draft @SeeMeCNC RostockMAX v4 0.5", - "sub_path": "process/0.30mm Draft @SeeMeCNC RostockMAX v4 0.5.json" - }, - { - "name": "0.30mm TPU Solid @SeeMeCNC Artemis 0.7", - "sub_path": "process/0.30mm TPU Solid @SeeMeCNC Artemis 0.7.json" - }, - { - "name": "0.30mm TPU Solid @SeeMeCNC BOSSdelta 300 0.7", - "sub_path": "process/0.30mm TPU Solid @SeeMeCNC BOSSdelta 300 0.7.json" - }, - { - "name": "0.30mm TPU Solid @SeeMeCNC BOSSdelta 500 0505 0.7", - "sub_path": "process/0.30mm TPU Solid @SeeMeCNC BOSSdelta 500 0505 0.7.json" - }, - { - "name": "0.30mm TPU Solid @SeeMeCNC BOSSdelta 500 0510 0.7", - "sub_path": "process/0.30mm TPU Solid @SeeMeCNC BOSSdelta 500 0510 0.7.json" - }, - { - "name": "0.30mm TPU Solid @SeeMeCNC BOSSdelta 500 0521 0.7", - "sub_path": "process/0.30mm TPU Solid @SeeMeCNC BOSSdelta 500 0521 0.7.json" - }, - { - "name": "0.30mm TPU Solid @SeeMeCNC RostockMAX v3.2 0.7", - "sub_path": "process/0.30mm TPU Solid @SeeMeCNC RostockMAX v3.2 0.7.json" - }, - { - "name": "0.30mm TPU Solid @SeeMeCNC RostockMAX v4 0.7", - "sub_path": "process/0.30mm TPU Solid @SeeMeCNC RostockMAX v4 0.7.json" - }, - { - "name": "0.35mm Extra Draft @SeeMeCNC Artemis 0.5", - "sub_path": "process/0.35mm Extra Draft @SeeMeCNC Artemis 0.5.json" - }, - { - "name": "0.35mm Extra Draft @SeeMeCNC BOSSdelta 300 0.5", - "sub_path": "process/0.35mm Extra Draft @SeeMeCNC BOSSdelta 300 0.5.json" - }, - { - "name": "0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.5", - "sub_path": "process/0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.5.json" - }, - { - "name": "0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.5", - "sub_path": "process/0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.5.json" - }, - { - "name": "0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.5", - "sub_path": "process/0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.5.json" - }, - { - "name": "0.35mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.5", - "sub_path": "process/0.35mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.5.json" - }, - { - "name": "0.35mm Extra Draft @SeeMeCNC RostockMAX v4 0.5", - "sub_path": "process/0.35mm Extra Draft @SeeMeCNC RostockMAX v4 0.5.json" - }, - { - "name": "0.35mm Standard @SeeMeCNC Artemis 0.7", - "sub_path": "process/0.35mm Standard @SeeMeCNC Artemis 0.7.json" - }, - { - "name": "0.35mm Standard @SeeMeCNC BOSSdelta 300 0.7", - "sub_path": "process/0.35mm Standard @SeeMeCNC BOSSdelta 300 0.7.json" - }, - { - "name": "0.35mm Standard @SeeMeCNC BOSSdelta 500 0505 0.7", - "sub_path": "process/0.35mm Standard @SeeMeCNC BOSSdelta 500 0505 0.7.json" - }, - { - "name": "0.35mm Standard @SeeMeCNC BOSSdelta 500 0510 0.7", - "sub_path": "process/0.35mm Standard @SeeMeCNC BOSSdelta 500 0510 0.7.json" - }, - { - "name": "0.35mm Standard @SeeMeCNC BOSSdelta 500 0521 0.7", - "sub_path": "process/0.35mm Standard @SeeMeCNC BOSSdelta 500 0521 0.7.json" - }, - { - "name": "0.35mm Standard @SeeMeCNC RostockMAX v3.2 0.7", - "sub_path": "process/0.35mm Standard @SeeMeCNC RostockMAX v3.2 0.7.json" - }, - { - "name": "0.35mm Standard @SeeMeCNC RostockMAX v4 0.7", - "sub_path": "process/0.35mm Standard @SeeMeCNC RostockMAX v4 0.7.json" - }, - { - "name": "0.35mm TPU Vase @SeeMeCNC Artemis 0.7", - "sub_path": "process/0.35mm TPU Vase @SeeMeCNC Artemis 0.7.json" - }, - { - "name": "0.35mm TPU Vase @SeeMeCNC BOSSdelta 300 0.7", - "sub_path": "process/0.35mm TPU Vase @SeeMeCNC BOSSdelta 300 0.7.json" - }, - { - "name": "0.35mm TPU Vase @SeeMeCNC BOSSdelta 500 0505 0.7", - "sub_path": "process/0.35mm TPU Vase @SeeMeCNC BOSSdelta 500 0505 0.7.json" - }, - { - "name": "0.35mm TPU Vase @SeeMeCNC BOSSdelta 500 0510 0.7", - "sub_path": "process/0.35mm TPU Vase @SeeMeCNC BOSSdelta 500 0510 0.7.json" - }, - { - "name": "0.35mm TPU Vase @SeeMeCNC BOSSdelta 500 0521 0.7", - "sub_path": "process/0.35mm TPU Vase @SeeMeCNC BOSSdelta 500 0521 0.7.json" - }, - { - "name": "0.35mm TPU Vase @SeeMeCNC RostockMAX v3.2 0.7", - "sub_path": "process/0.35mm TPU Vase @SeeMeCNC RostockMAX v3.2 0.7.json" - }, - { - "name": "0.35mm TPU Vase @SeeMeCNC RostockMAX v4 0.7", - "sub_path": "process/0.35mm TPU Vase @SeeMeCNC RostockMAX v4 0.7.json" - }, - { - "name": "0.40mm Fine @SeeMeCNC Artemis 1.0", - "sub_path": "process/0.40mm Fine @SeeMeCNC Artemis 1.0.json" - }, - { - "name": "0.40mm Fine @SeeMeCNC BOSSdelta 300 1.0", - "sub_path": "process/0.40mm Fine @SeeMeCNC BOSSdelta 300 1.0.json" - }, - { - "name": "0.40mm Fine @SeeMeCNC BOSSdelta 500 0505 1.0", - "sub_path": "process/0.40mm Fine @SeeMeCNC BOSSdelta 500 0505 1.0.json" - }, - { - "name": "0.40mm Fine @SeeMeCNC BOSSdelta 500 0510 1.0", - "sub_path": "process/0.40mm Fine @SeeMeCNC BOSSdelta 500 0510 1.0.json" - }, - { - "name": "0.40mm Fine @SeeMeCNC BOSSdelta 500 0521 1.0", - "sub_path": "process/0.40mm Fine @SeeMeCNC BOSSdelta 500 0521 1.0.json" - }, - { - "name": "0.40mm Fine @SeeMeCNC RostockMAX v3.2 1.0", - "sub_path": "process/0.40mm Fine @SeeMeCNC RostockMAX v3.2 1.0.json" - }, - { - "name": "0.40mm Fine @SeeMeCNC RostockMAX v4 1.0", - "sub_path": "process/0.40mm Fine @SeeMeCNC RostockMAX v4 1.0.json" - }, - { - "name": "0.42mm Draft @SeeMeCNC Artemis 0.7", - "sub_path": "process/0.42mm Draft @SeeMeCNC Artemis 0.7.json" - }, - { - "name": "0.42mm Draft @SeeMeCNC BOSSdelta 300 0.7", - "sub_path": "process/0.42mm Draft @SeeMeCNC BOSSdelta 300 0.7.json" - }, - { - "name": "0.42mm Draft @SeeMeCNC BOSSdelta 500 0505 0.7", - "sub_path": "process/0.42mm Draft @SeeMeCNC BOSSdelta 500 0505 0.7.json" - }, - { - "name": "0.42mm Draft @SeeMeCNC BOSSdelta 500 0510 0.7", - "sub_path": "process/0.42mm Draft @SeeMeCNC BOSSdelta 500 0510 0.7.json" - }, - { - "name": "0.42mm Draft @SeeMeCNC BOSSdelta 500 0521 0.7", - "sub_path": "process/0.42mm Draft @SeeMeCNC BOSSdelta 500 0521 0.7.json" - }, - { - "name": "0.42mm Draft @SeeMeCNC RostockMAX v3.2 0.7", - "sub_path": "process/0.42mm Draft @SeeMeCNC RostockMAX v3.2 0.7.json" - }, - { - "name": "0.42mm Draft @SeeMeCNC RostockMAX v4 0.7", - "sub_path": "process/0.42mm Draft @SeeMeCNC RostockMAX v4 0.7.json" - }, - { - "name": "0.49mm Extra Draft @SeeMeCNC Artemis 0.7", - "sub_path": "process/0.49mm Extra Draft @SeeMeCNC Artemis 0.7.json" - }, - { - "name": "0.49mm Extra Draft @SeeMeCNC BOSSdelta 300 0.7", - "sub_path": "process/0.49mm Extra Draft @SeeMeCNC BOSSdelta 300 0.7.json" - }, - { - "name": "0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.7", - "sub_path": "process/0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.7.json" - }, - { - "name": "0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.7", - "sub_path": "process/0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.7.json" - }, - { - "name": "0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.7", - "sub_path": "process/0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.7.json" - }, - { - "name": "0.49mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.7", - "sub_path": "process/0.49mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.7.json" - }, - { - "name": "0.49mm Extra Draft @SeeMeCNC RostockMAX v4 0.7", - "sub_path": "process/0.49mm Extra Draft @SeeMeCNC RostockMAX v4 0.7.json" - }, - { - "name": "0.50mm Standard @SeeMeCNC Artemis 1.0", - "sub_path": "process/0.50mm Standard @SeeMeCNC Artemis 1.0.json" - }, - { - "name": "0.50mm Standard @SeeMeCNC BOSSdelta 300 1.0", - "sub_path": "process/0.50mm Standard @SeeMeCNC BOSSdelta 300 1.0.json" - }, - { - "name": "0.50mm Standard @SeeMeCNC BOSSdelta 500 0505 1.0", - "sub_path": "process/0.50mm Standard @SeeMeCNC BOSSdelta 500 0505 1.0.json" - }, - { - "name": "0.50mm Standard @SeeMeCNC BOSSdelta 500 0510 1.0", - "sub_path": "process/0.50mm Standard @SeeMeCNC BOSSdelta 500 0510 1.0.json" - }, - { - "name": "0.50mm Standard @SeeMeCNC BOSSdelta 500 0521 1.0", - "sub_path": "process/0.50mm Standard @SeeMeCNC BOSSdelta 500 0521 1.0.json" - }, - { - "name": "0.50mm Standard @SeeMeCNC RostockMAX v3.2 1.0", - "sub_path": "process/0.50mm Standard @SeeMeCNC RostockMAX v3.2 1.0.json" - }, - { - "name": "0.50mm Standard @SeeMeCNC RostockMAX v4 1.0", - "sub_path": "process/0.50mm Standard @SeeMeCNC RostockMAX v4 1.0.json" - }, - { - "name": "0.60mm Draft @SeeMeCNC Artemis 1.0", - "sub_path": "process/0.60mm Draft @SeeMeCNC Artemis 1.0.json" - }, - { - "name": "0.60mm Draft @SeeMeCNC BOSSdelta 300 1.0", - "sub_path": "process/0.60mm Draft @SeeMeCNC BOSSdelta 300 1.0.json" - }, - { - "name": "0.60mm Draft @SeeMeCNC BOSSdelta 500 0505 1.0", - "sub_path": "process/0.60mm Draft @SeeMeCNC BOSSdelta 500 0505 1.0.json" - }, - { - "name": "0.60mm Draft @SeeMeCNC BOSSdelta 500 0510 1.0", - "sub_path": "process/0.60mm Draft @SeeMeCNC BOSSdelta 500 0510 1.0.json" - }, - { - "name": "0.60mm Draft @SeeMeCNC BOSSdelta 500 0521 1.0", - "sub_path": "process/0.60mm Draft @SeeMeCNC BOSSdelta 500 0521 1.0.json" - }, - { - "name": "0.60mm Draft @SeeMeCNC RostockMAX v3.2 1.0", - "sub_path": "process/0.60mm Draft @SeeMeCNC RostockMAX v3.2 1.0.json" - }, - { - "name": "0.60mm Draft @SeeMeCNC RostockMAX v4 1.0", - "sub_path": "process/0.60mm Draft @SeeMeCNC RostockMAX v4 1.0.json" - }, - { - "name": "0.70mm Extra Draft @SeeMeCNC Artemis 1.0", - "sub_path": "process/0.70mm Extra Draft @SeeMeCNC Artemis 1.0.json" - }, - { - "name": "0.70mm Extra Draft @SeeMeCNC BOSSdelta 300 1.0", - "sub_path": "process/0.70mm Extra Draft @SeeMeCNC BOSSdelta 300 1.0.json" - }, - { - "name": "0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 1.0", - "sub_path": "process/0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 1.0.json" - }, - { - "name": "0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 1.0", - "sub_path": "process/0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 1.0.json" - }, - { - "name": "0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 1.0", - "sub_path": "process/0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 1.0.json" - }, - { - "name": "0.70mm Extra Draft @SeeMeCNC RostockMAX v3.2 1.0", - "sub_path": "process/0.70mm Extra Draft @SeeMeCNC RostockMAX v3.2 1.0.json" - }, - { - "name": "0.70mm Extra Draft @SeeMeCNC RostockMAX v4 1.0", - "sub_path": "process/0.70mm Extra Draft @SeeMeCNC RostockMAX v4 1.0.json" - } - ], - "filament_list": [ - { - "name": "SeeMeCNC filament base", - "sub_path": "filament/SeeMeCNC_filament_base.json" - }, - { - "name": "SeeMeCNC ABS", - "sub_path": "filament/SeeMeCNC_ABS.json" - }, - { - "name": "SeeMeCNC PA-CF", - "sub_path": "filament/SeeMeCNC_PA-CF.json" - }, - { - "name": "SeeMeCNC PETG", - "sub_path": "filament/SeeMeCNC_PETG.json" - }, - { - "name": "SeeMeCNC PETG-CF", - "sub_path": "filament/SeeMeCNC_PETG-CF.json" - }, - { - "name": "SeeMeCNC TPU", - "sub_path": "filament/SeeMeCNC_TPU.json" - }, - { - "name": "SeeMeCNC PLA", - "sub_path": "filament/SeeMeCNC_PLA.json" - } - ], - "machine_list": [ - { - "name": "SeeMeCNC Artemis 0.4 nozzle", - "sub_path": "machine/SeeMeCNC_Artemis_0_4mm.json" - }, - { - "name": "SeeMeCNC Artemis 0.5 nozzle", - "sub_path": "machine/SeeMeCNC_Artemis_0_5mm.json" - }, - { - "name": "SeeMeCNC Artemis 0.7 nozzle", - "sub_path": "machine/SeeMeCNC_Artemis_0_7mm.json" - }, - { - "name": "SeeMeCNC Artemis 1.0 nozzle", - "sub_path": "machine/SeeMeCNC_Artemis_1_0mm.json" - }, - { - "name": "SeeMeCNC BOSSdelta 300 0.4 nozzle", - "sub_path": "machine/SeeMeCNC_BOSSdelta_300_0_4mm.json" - }, - { - "name": "SeeMeCNC BOSSdelta 300 0.5 nozzle", - "sub_path": "machine/SeeMeCNC_BOSSdelta_300_0_5mm.json" - }, - { - "name": "SeeMeCNC BOSSdelta 300 0.7 nozzle", - "sub_path": "machine/SeeMeCNC_BOSSdelta_300_0_7mm.json" - }, - { - "name": "SeeMeCNC BOSSdelta 300 1.0 nozzle", - "sub_path": "machine/SeeMeCNC_BOSSdelta_300_1_0mm.json" - }, - { - "name": "SeeMeCNC BOSSdelta 500 0505 0.4 nozzle", - "sub_path": "machine/SeeMeCNC_BOSSdelta500_0505_0_4mm.json" - }, - { - "name": "SeeMeCNC BOSSdelta 500 0505 0.5 nozzle", - "sub_path": "machine/SeeMeCNC_BOSSdelta500_0505_0_5mm.json" - }, - { - "name": "SeeMeCNC BOSSdelta 500 0505 0.7 nozzle", - "sub_path": "machine/SeeMeCNC_BOSSdelta500_0505_0_7mm.json" - }, - { - "name": "SeeMeCNC BOSSdelta 500 0505 1.0 nozzle", - "sub_path": "machine/SeeMeCNC_BOSSdelta500_0505_1_0mm.json" - }, - { - "name": "SeeMeCNC BOSSdelta 500 0510 0.4 nozzle", - "sub_path": "machine/SeeMeCNC_BOSSdelta500_0510_0_4mm.json" - }, - { - "name": "SeeMeCNC BOSSdelta 500 0510 0.5 nozzle", - "sub_path": "machine/SeeMeCNC_BOSSdelta500_0510_0_5mm.json" - }, - { - "name": "SeeMeCNC BOSSdelta 500 0510 0.7 nozzle", - "sub_path": "machine/SeeMeCNC_BOSSdelta500_0510_0_7mm.json" - }, - { - "name": "SeeMeCNC BOSSdelta 500 0510 1.0 nozzle", - "sub_path": "machine/SeeMeCNC_BOSSdelta500_0510_1_0mm.json" - }, - { - "name": "SeeMeCNC BOSSdelta 500 0521 0.4 nozzle", - "sub_path": "machine/SeeMeCNC_BOSSdelta500_0521_0_4mm.json" - }, - { - "name": "SeeMeCNC BOSSdelta 500 0521 0.5 nozzle", - "sub_path": "machine/SeeMeCNC_BOSSdelta500_0521_0_5mm.json" - }, - { - "name": "SeeMeCNC BOSSdelta 500 0521 0.7 nozzle", - "sub_path": "machine/SeeMeCNC_BOSSdelta500_0521_0_7mm.json" - }, - { - "name": "SeeMeCNC BOSSdelta 500 0521 1.0 nozzle", - "sub_path": "machine/SeeMeCNC_BOSSdelta500_0521_1_0mm.json" - }, - { - "name": "SeeMeCNC RostockMAX v3.2 0.4 nozzle", - "sub_path": "machine/SeeMeCNC_RostockMAX_v3.2_0_4mm.json" - }, - { - "name": "SeeMeCNC RostockMAX v3.2 0.5 nozzle", - "sub_path": "machine/SeeMeCNC_RostockMAX_v3.2_0_5mm.json" - }, - { - "name": "SeeMeCNC RostockMAX v3.2 0.7 nozzle", - "sub_path": "machine/SeeMeCNC_RostockMAX_v3.2_0_7mm.json" - }, - { - "name": "SeeMeCNC RostockMAX v3.2 1.0 nozzle", - "sub_path": "machine/SeeMeCNC_RostockMAX_v3.2_1_0mm.json" - }, - { - "name": "SeeMeCNC RostockMAX v4 0.4 nozzle", - "sub_path": "machine/SeeMeCNC_RostockMAX_v4_0_4mm.json" - }, - { - "name": "SeeMeCNC RostockMAX v4 0.5 nozzle", - "sub_path": "machine/SeeMeCNC_RostockMAX_v4_0_5mm.json" - }, - { - "name": "SeeMeCNC RostockMAX v4 0.7 nozzle", - "sub_path": "machine/SeeMeCNC_RostockMAX_v4_0_7mm.json" - }, - { - "name": "SeeMeCNC RostockMAX v4 1.0 nozzle", - "sub_path": "machine/SeeMeCNC_RostockMAX_v4_1_0mm.json" - } - ] -} \ No newline at end of file + "name": "SeeMeCNC", + "version": "2.4.0.01", + "force_update": "1", + "description": "SeeMeCNC configurations - Full profile set for Artemis, BOSSdelta, and RostockMAX printers", + "machine_model_list": [ + { + "name": "SeeMeCNC Artemis 300", + "sub_path": "machine/SeeMeCNC Artemis 300.json" + }, + { + "name": "SeeMeCNC BOSSdelta 300", + "sub_path": "machine/SeeMeCNC BOSSdelta 300.json" + }, + { + "name": "SeeMeCNC BOSSdelta 500 0505", + "sub_path": "machine/SeeMeCNC BOSSdelta 500 0505.json" + }, + { + "name": "SeeMeCNC BOSSdelta 500 0510", + "sub_path": "machine/SeeMeCNC BOSSdelta 500 0510.json" + }, + { + "name": "SeeMeCNC BOSSdelta 500 0521", + "sub_path": "machine/SeeMeCNC BOSSdelta 500 0521.json" + }, + { + "name": "SeeMeCNC RostockMAX v3.2", + "sub_path": "machine/SeeMeCNC RostockMAX v3.2.json" + }, + { + "name": "SeeMeCNC RostockMAX v4", + "sub_path": "machine/SeeMeCNC RostockMAX v4.json" + } + ], + "process_list": [ + { + "name": "SeeMeCNC process base 0.4mm", + "sub_path": "process/SeeMeCNC_process_base_0.4mm.json" + }, + { + "name": "SeeMeCNC process base 0.5mm", + "sub_path": "process/SeeMeCNC_process_base_0.5mm.json" + }, + { + "name": "SeeMeCNC process base 0.7mm", + "sub_path": "process/SeeMeCNC_process_base_0.7mm.json" + }, + { + "name": "SeeMeCNC process base 1.0mm", + "sub_path": "process/SeeMeCNC_process_base_1.0mm.json" + }, + { + "name": "SeeMeCNC process base", + "sub_path": "process/SeeMeCNC_process_base.json" + }, + { + "name": "0.16mm Fine @SeeMeCNC Artemis 0.4", + "sub_path": "process/0.16mm Fine @SeeMeCNC Artemis 0.4.json" + }, + { + "name": "0.16mm Fine @SeeMeCNC BOSSdelta 300 0.4", + "sub_path": "process/0.16mm Fine @SeeMeCNC BOSSdelta 300 0.4.json" + }, + { + "name": "0.16mm Fine @SeeMeCNC BOSSdelta 500 0505 0.4", + "sub_path": "process/0.16mm Fine @SeeMeCNC BOSSdelta 500 0505 0.4.json" + }, + { + "name": "0.16mm Fine @SeeMeCNC BOSSdelta 500 0510 0.4", + "sub_path": "process/0.16mm Fine @SeeMeCNC BOSSdelta 500 0510 0.4.json" + }, + { + "name": "0.16mm Fine @SeeMeCNC BOSSdelta 500 0521 0.4", + "sub_path": "process/0.16mm Fine @SeeMeCNC BOSSdelta 500 0521 0.4.json" + }, + { + "name": "0.16mm Fine @SeeMeCNC RostockMAX v3.2 0.4", + "sub_path": "process/0.16mm Fine @SeeMeCNC RostockMAX v3.2 0.4.json" + }, + { + "name": "0.16mm Fine @SeeMeCNC RostockMAX v4 0.4", + "sub_path": "process/0.16mm Fine @SeeMeCNC RostockMAX v4 0.4.json" + }, + { + "name": "0.20mm Draft @SeeMeCNC RostockMAX v3.2 0.4", + "sub_path": "process/0.20mm Draft @SeeMeCNC RostockMAX v3.2 0.4.json" + }, + { + "name": "0.20mm Fine @SeeMeCNC Artemis 0.5", + "sub_path": "process/0.20mm Fine @SeeMeCNC Artemis 0.5.json" + }, + { + "name": "0.20mm Fine @SeeMeCNC BOSSdelta 300 0.5", + "sub_path": "process/0.20mm Fine @SeeMeCNC BOSSdelta 300 0.5.json" + }, + { + "name": "0.20mm Fine @SeeMeCNC BOSSdelta 500 0505 0.5", + "sub_path": "process/0.20mm Fine @SeeMeCNC BOSSdelta 500 0505 0.5.json" + }, + { + "name": "0.20mm Fine @SeeMeCNC BOSSdelta 500 0510 0.5", + "sub_path": "process/0.20mm Fine @SeeMeCNC BOSSdelta 500 0510 0.5.json" + }, + { + "name": "0.20mm Fine @SeeMeCNC BOSSdelta 500 0521 0.5", + "sub_path": "process/0.20mm Fine @SeeMeCNC BOSSdelta 500 0521 0.5.json" + }, + { + "name": "0.20mm Fine @SeeMeCNC RostockMAX v3.2 0.5", + "sub_path": "process/0.20mm Fine @SeeMeCNC RostockMAX v3.2 0.5.json" + }, + { + "name": "0.20mm Fine @SeeMeCNC RostockMAX v4 0.5", + "sub_path": "process/0.20mm Fine @SeeMeCNC RostockMAX v4 0.5.json" + }, + { + "name": "0.20mm Standard @SeeMeCNC Artemis 0.4", + "sub_path": "process/0.20mm Standard @SeeMeCNC Artemis 0.4.json" + }, + { + "name": "0.20mm Standard @SeeMeCNC BOSSdelta 300 0.4", + "sub_path": "process/0.20mm Standard @SeeMeCNC BOSSdelta 300 0.4.json" + }, + { + "name": "0.20mm Standard @SeeMeCNC BOSSdelta 500 0505 0.4", + "sub_path": "process/0.20mm Standard @SeeMeCNC BOSSdelta 500 0505 0.4.json" + }, + { + "name": "0.20mm Standard @SeeMeCNC BOSSdelta 500 0510 0.4", + "sub_path": "process/0.20mm Standard @SeeMeCNC BOSSdelta 500 0510 0.4.json" + }, + { + "name": "0.20mm Standard @SeeMeCNC BOSSdelta 500 0521 0.4", + "sub_path": "process/0.20mm Standard @SeeMeCNC BOSSdelta 500 0521 0.4.json" + }, + { + "name": "0.20mm Standard @SeeMeCNC RostockMAX v3.2 0.4", + "sub_path": "process/0.20mm Standard @SeeMeCNC RostockMAX v3.2 0.4.json" + }, + { + "name": "0.20mm Standard @SeeMeCNC RostockMAX v4 0.4", + "sub_path": "process/0.20mm Standard @SeeMeCNC RostockMAX v4 0.4.json" + }, + { + "name": "0.24mm Draft @SeeMeCNC Artemis 0.4", + "sub_path": "process/0.24mm Draft @SeeMeCNC Artemis 0.4.json" + }, + { + "name": "0.24mm Draft @SeeMeCNC BOSSdelta 300 0.4", + "sub_path": "process/0.24mm Draft @SeeMeCNC BOSSdelta 300 0.4.json" + }, + { + "name": "0.24mm Draft @SeeMeCNC BOSSdelta 500 0505 0.4", + "sub_path": "process/0.24mm Draft @SeeMeCNC BOSSdelta 500 0505 0.4.json" + }, + { + "name": "0.24mm Draft @SeeMeCNC BOSSdelta 500 0510 0.4", + "sub_path": "process/0.24mm Draft @SeeMeCNC BOSSdelta 500 0510 0.4.json" + }, + { + "name": "0.24mm Draft @SeeMeCNC BOSSdelta 500 0521 0.4", + "sub_path": "process/0.24mm Draft @SeeMeCNC BOSSdelta 500 0521 0.4.json" + }, + { + "name": "0.24mm Draft @SeeMeCNC RostockMAX v3.2 0.4", + "sub_path": "process/0.24mm Draft @SeeMeCNC RostockMAX v3.2 0.4.json" + }, + { + "name": "0.24mm Draft @SeeMeCNC RostockMAX v4 0.4", + "sub_path": "process/0.24mm Draft @SeeMeCNC RostockMAX v4 0.4.json" + }, + { + "name": "0.25mm Standard @SeeMeCNC Artemis 0.5", + "sub_path": "process/0.25mm Standard @SeeMeCNC Artemis 0.5.json" + }, + { + "name": "0.25mm Standard @SeeMeCNC BOSSdelta 300 0.5", + "sub_path": "process/0.25mm Standard @SeeMeCNC BOSSdelta 300 0.5.json" + }, + { + "name": "0.25mm Standard @SeeMeCNC BOSSdelta 500 0505 0.5", + "sub_path": "process/0.25mm Standard @SeeMeCNC BOSSdelta 500 0505 0.5.json" + }, + { + "name": "0.25mm Standard @SeeMeCNC BOSSdelta 500 0510 0.5", + "sub_path": "process/0.25mm Standard @SeeMeCNC BOSSdelta 500 0510 0.5.json" + }, + { + "name": "0.25mm Standard @SeeMeCNC BOSSdelta 500 0521 0.5", + "sub_path": "process/0.25mm Standard @SeeMeCNC BOSSdelta 500 0521 0.5.json" + }, + { + "name": "0.25mm Standard @SeeMeCNC RostockMAX v3.2 0.5", + "sub_path": "process/0.25mm Standard @SeeMeCNC RostockMAX v3.2 0.5.json" + }, + { + "name": "0.25mm Standard @SeeMeCNC RostockMAX v4 0.5", + "sub_path": "process/0.25mm Standard @SeeMeCNC RostockMAX v4 0.5.json" + }, + { + "name": "0.28mm Extra Draft @SeeMeCNC Artemis 0.4", + "sub_path": "process/0.28mm Extra Draft @SeeMeCNC Artemis 0.4.json" + }, + { + "name": "0.28mm Extra Draft @SeeMeCNC BOSSdelta 300 0.4", + "sub_path": "process/0.28mm Extra Draft @SeeMeCNC BOSSdelta 300 0.4.json" + }, + { + "name": "0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.4", + "sub_path": "process/0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.4.json" + }, + { + "name": "0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.4", + "sub_path": "process/0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.4.json" + }, + { + "name": "0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.4", + "sub_path": "process/0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.4.json" + }, + { + "name": "0.28mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.4", + "sub_path": "process/0.28mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.4.json" + }, + { + "name": "0.28mm Extra Draft @SeeMeCNC RostockMAX v4 0.4", + "sub_path": "process/0.28mm Extra Draft @SeeMeCNC RostockMAX v4 0.4.json" + }, + { + "name": "0.28mm Fine @SeeMeCNC Artemis 0.7", + "sub_path": "process/0.28mm Fine @SeeMeCNC Artemis 0.7.json" + }, + { + "name": "0.28mm Fine @SeeMeCNC BOSSdelta 300 0.7", + "sub_path": "process/0.28mm Fine @SeeMeCNC BOSSdelta 300 0.7.json" + }, + { + "name": "0.28mm Fine @SeeMeCNC BOSSdelta 500 0505 0.7", + "sub_path": "process/0.28mm Fine @SeeMeCNC BOSSdelta 500 0505 0.7.json" + }, + { + "name": "0.28mm Fine @SeeMeCNC BOSSdelta 500 0510 0.7", + "sub_path": "process/0.28mm Fine @SeeMeCNC BOSSdelta 500 0510 0.7.json" + }, + { + "name": "0.28mm Fine @SeeMeCNC BOSSdelta 500 0521 0.7", + "sub_path": "process/0.28mm Fine @SeeMeCNC BOSSdelta 500 0521 0.7.json" + }, + { + "name": "0.28mm Fine @SeeMeCNC RostockMAX v3.2 0.7", + "sub_path": "process/0.28mm Fine @SeeMeCNC RostockMAX v3.2 0.7.json" + }, + { + "name": "0.28mm Fine @SeeMeCNC RostockMAX v4 0.7", + "sub_path": "process/0.28mm Fine @SeeMeCNC RostockMAX v4 0.7.json" + }, + { + "name": "0.30mm Draft @SeeMeCNC Artemis 0.5", + "sub_path": "process/0.30mm Draft @SeeMeCNC Artemis 0.5.json" + }, + { + "name": "0.30mm Draft @SeeMeCNC BOSSdelta 300 0.5", + "sub_path": "process/0.30mm Draft @SeeMeCNC BOSSdelta 300 0.5.json" + }, + { + "name": "0.30mm Draft @SeeMeCNC BOSSdelta 500 0505 0.5", + "sub_path": "process/0.30mm Draft @SeeMeCNC BOSSdelta 500 0505 0.5.json" + }, + { + "name": "0.30mm Draft @SeeMeCNC BOSSdelta 500 0510 0.5", + "sub_path": "process/0.30mm Draft @SeeMeCNC BOSSdelta 500 0510 0.5.json" + }, + { + "name": "0.30mm Draft @SeeMeCNC BOSSdelta 500 0521 0.5", + "sub_path": "process/0.30mm Draft @SeeMeCNC BOSSdelta 500 0521 0.5.json" + }, + { + "name": "0.30mm Draft @SeeMeCNC RostockMAX v3.2 0.5", + "sub_path": "process/0.30mm Draft @SeeMeCNC RostockMAX v3.2 0.5.json" + }, + { + "name": "0.30mm Draft @SeeMeCNC RostockMAX v4 0.5", + "sub_path": "process/0.30mm Draft @SeeMeCNC RostockMAX v4 0.5.json" + }, + { + "name": "0.30mm TPU Solid @SeeMeCNC Artemis 0.7", + "sub_path": "process/0.30mm TPU Solid @SeeMeCNC Artemis 0.7.json" + }, + { + "name": "0.30mm TPU Solid @SeeMeCNC BOSSdelta 300 0.7", + "sub_path": "process/0.30mm TPU Solid @SeeMeCNC BOSSdelta 300 0.7.json" + }, + { + "name": "0.30mm TPU Solid @SeeMeCNC BOSSdelta 500 0505 0.7", + "sub_path": "process/0.30mm TPU Solid @SeeMeCNC BOSSdelta 500 0505 0.7.json" + }, + { + "name": "0.30mm TPU Solid @SeeMeCNC BOSSdelta 500 0510 0.7", + "sub_path": "process/0.30mm TPU Solid @SeeMeCNC BOSSdelta 500 0510 0.7.json" + }, + { + "name": "0.30mm TPU Solid @SeeMeCNC BOSSdelta 500 0521 0.7", + "sub_path": "process/0.30mm TPU Solid @SeeMeCNC BOSSdelta 500 0521 0.7.json" + }, + { + "name": "0.30mm TPU Solid @SeeMeCNC RostockMAX v3.2 0.7", + "sub_path": "process/0.30mm TPU Solid @SeeMeCNC RostockMAX v3.2 0.7.json" + }, + { + "name": "0.30mm TPU Solid @SeeMeCNC RostockMAX v4 0.7", + "sub_path": "process/0.30mm TPU Solid @SeeMeCNC RostockMAX v4 0.7.json" + }, + { + "name": "0.35mm Extra Draft @SeeMeCNC Artemis 0.5", + "sub_path": "process/0.35mm Extra Draft @SeeMeCNC Artemis 0.5.json" + }, + { + "name": "0.35mm Extra Draft @SeeMeCNC BOSSdelta 300 0.5", + "sub_path": "process/0.35mm Extra Draft @SeeMeCNC BOSSdelta 300 0.5.json" + }, + { + "name": "0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.5", + "sub_path": "process/0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.5.json" + }, + { + "name": "0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.5", + "sub_path": "process/0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.5.json" + }, + { + "name": "0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.5", + "sub_path": "process/0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.5.json" + }, + { + "name": "0.35mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.5", + "sub_path": "process/0.35mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.5.json" + }, + { + "name": "0.35mm Extra Draft @SeeMeCNC RostockMAX v4 0.5", + "sub_path": "process/0.35mm Extra Draft @SeeMeCNC RostockMAX v4 0.5.json" + }, + { + "name": "0.35mm Standard @SeeMeCNC Artemis 0.7", + "sub_path": "process/0.35mm Standard @SeeMeCNC Artemis 0.7.json" + }, + { + "name": "0.35mm Standard @SeeMeCNC BOSSdelta 300 0.7", + "sub_path": "process/0.35mm Standard @SeeMeCNC BOSSdelta 300 0.7.json" + }, + { + "name": "0.35mm Standard @SeeMeCNC BOSSdelta 500 0505 0.7", + "sub_path": "process/0.35mm Standard @SeeMeCNC BOSSdelta 500 0505 0.7.json" + }, + { + "name": "0.35mm Standard @SeeMeCNC BOSSdelta 500 0510 0.7", + "sub_path": "process/0.35mm Standard @SeeMeCNC BOSSdelta 500 0510 0.7.json" + }, + { + "name": "0.35mm Standard @SeeMeCNC BOSSdelta 500 0521 0.7", + "sub_path": "process/0.35mm Standard @SeeMeCNC BOSSdelta 500 0521 0.7.json" + }, + { + "name": "0.35mm Standard @SeeMeCNC RostockMAX v3.2 0.7", + "sub_path": "process/0.35mm Standard @SeeMeCNC RostockMAX v3.2 0.7.json" + }, + { + "name": "0.35mm Standard @SeeMeCNC RostockMAX v4 0.7", + "sub_path": "process/0.35mm Standard @SeeMeCNC RostockMAX v4 0.7.json" + }, + { + "name": "0.35mm TPU Vase @SeeMeCNC Artemis 0.7", + "sub_path": "process/0.35mm TPU Vase @SeeMeCNC Artemis 0.7.json" + }, + { + "name": "0.35mm TPU Vase @SeeMeCNC BOSSdelta 300 0.7", + "sub_path": "process/0.35mm TPU Vase @SeeMeCNC BOSSdelta 300 0.7.json" + }, + { + "name": "0.35mm TPU Vase @SeeMeCNC BOSSdelta 500 0505 0.7", + "sub_path": "process/0.35mm TPU Vase @SeeMeCNC BOSSdelta 500 0505 0.7.json" + }, + { + "name": "0.35mm TPU Vase @SeeMeCNC BOSSdelta 500 0510 0.7", + "sub_path": "process/0.35mm TPU Vase @SeeMeCNC BOSSdelta 500 0510 0.7.json" + }, + { + "name": "0.35mm TPU Vase @SeeMeCNC BOSSdelta 500 0521 0.7", + "sub_path": "process/0.35mm TPU Vase @SeeMeCNC BOSSdelta 500 0521 0.7.json" + }, + { + "name": "0.35mm TPU Vase @SeeMeCNC RostockMAX v3.2 0.7", + "sub_path": "process/0.35mm TPU Vase @SeeMeCNC RostockMAX v3.2 0.7.json" + }, + { + "name": "0.35mm TPU Vase @SeeMeCNC RostockMAX v4 0.7", + "sub_path": "process/0.35mm TPU Vase @SeeMeCNC RostockMAX v4 0.7.json" + }, + { + "name": "0.40mm Fine @SeeMeCNC Artemis 1.0", + "sub_path": "process/0.40mm Fine @SeeMeCNC Artemis 1.0.json" + }, + { + "name": "0.40mm Fine @SeeMeCNC BOSSdelta 300 1.0", + "sub_path": "process/0.40mm Fine @SeeMeCNC BOSSdelta 300 1.0.json" + }, + { + "name": "0.40mm Fine @SeeMeCNC BOSSdelta 500 0505 1.0", + "sub_path": "process/0.40mm Fine @SeeMeCNC BOSSdelta 500 0505 1.0.json" + }, + { + "name": "0.40mm Fine @SeeMeCNC BOSSdelta 500 0510 1.0", + "sub_path": "process/0.40mm Fine @SeeMeCNC BOSSdelta 500 0510 1.0.json" + }, + { + "name": "0.40mm Fine @SeeMeCNC BOSSdelta 500 0521 1.0", + "sub_path": "process/0.40mm Fine @SeeMeCNC BOSSdelta 500 0521 1.0.json" + }, + { + "name": "0.40mm Fine @SeeMeCNC RostockMAX v3.2 1.0", + "sub_path": "process/0.40mm Fine @SeeMeCNC RostockMAX v3.2 1.0.json" + }, + { + "name": "0.40mm Fine @SeeMeCNC RostockMAX v4 1.0", + "sub_path": "process/0.40mm Fine @SeeMeCNC RostockMAX v4 1.0.json" + }, + { + "name": "0.42mm Draft @SeeMeCNC Artemis 0.7", + "sub_path": "process/0.42mm Draft @SeeMeCNC Artemis 0.7.json" + }, + { + "name": "0.42mm Draft @SeeMeCNC BOSSdelta 300 0.7", + "sub_path": "process/0.42mm Draft @SeeMeCNC BOSSdelta 300 0.7.json" + }, + { + "name": "0.42mm Draft @SeeMeCNC BOSSdelta 500 0505 0.7", + "sub_path": "process/0.42mm Draft @SeeMeCNC BOSSdelta 500 0505 0.7.json" + }, + { + "name": "0.42mm Draft @SeeMeCNC BOSSdelta 500 0510 0.7", + "sub_path": "process/0.42mm Draft @SeeMeCNC BOSSdelta 500 0510 0.7.json" + }, + { + "name": "0.42mm Draft @SeeMeCNC BOSSdelta 500 0521 0.7", + "sub_path": "process/0.42mm Draft @SeeMeCNC BOSSdelta 500 0521 0.7.json" + }, + { + "name": "0.42mm Draft @SeeMeCNC RostockMAX v3.2 0.7", + "sub_path": "process/0.42mm Draft @SeeMeCNC RostockMAX v3.2 0.7.json" + }, + { + "name": "0.42mm Draft @SeeMeCNC RostockMAX v4 0.7", + "sub_path": "process/0.42mm Draft @SeeMeCNC RostockMAX v4 0.7.json" + }, + { + "name": "0.49mm Extra Draft @SeeMeCNC Artemis 0.7", + "sub_path": "process/0.49mm Extra Draft @SeeMeCNC Artemis 0.7.json" + }, + { + "name": "0.49mm Extra Draft @SeeMeCNC BOSSdelta 300 0.7", + "sub_path": "process/0.49mm Extra Draft @SeeMeCNC BOSSdelta 300 0.7.json" + }, + { + "name": "0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.7", + "sub_path": "process/0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.7.json" + }, + { + "name": "0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.7", + "sub_path": "process/0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.7.json" + }, + { + "name": "0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.7", + "sub_path": "process/0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.7.json" + }, + { + "name": "0.49mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.7", + "sub_path": "process/0.49mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.7.json" + }, + { + "name": "0.49mm Extra Draft @SeeMeCNC RostockMAX v4 0.7", + "sub_path": "process/0.49mm Extra Draft @SeeMeCNC RostockMAX v4 0.7.json" + }, + { + "name": "0.50mm Standard @SeeMeCNC Artemis 1.0", + "sub_path": "process/0.50mm Standard @SeeMeCNC Artemis 1.0.json" + }, + { + "name": "0.50mm Standard @SeeMeCNC BOSSdelta 300 1.0", + "sub_path": "process/0.50mm Standard @SeeMeCNC BOSSdelta 300 1.0.json" + }, + { + "name": "0.50mm Standard @SeeMeCNC BOSSdelta 500 0505 1.0", + "sub_path": "process/0.50mm Standard @SeeMeCNC BOSSdelta 500 0505 1.0.json" + }, + { + "name": "0.50mm Standard @SeeMeCNC BOSSdelta 500 0510 1.0", + "sub_path": "process/0.50mm Standard @SeeMeCNC BOSSdelta 500 0510 1.0.json" + }, + { + "name": "0.50mm Standard @SeeMeCNC BOSSdelta 500 0521 1.0", + "sub_path": "process/0.50mm Standard @SeeMeCNC BOSSdelta 500 0521 1.0.json" + }, + { + "name": "0.50mm Standard @SeeMeCNC RostockMAX v3.2 1.0", + "sub_path": "process/0.50mm Standard @SeeMeCNC RostockMAX v3.2 1.0.json" + }, + { + "name": "0.50mm Standard @SeeMeCNC RostockMAX v4 1.0", + "sub_path": "process/0.50mm Standard @SeeMeCNC RostockMAX v4 1.0.json" + }, + { + "name": "0.60mm Draft @SeeMeCNC Artemis 1.0", + "sub_path": "process/0.60mm Draft @SeeMeCNC Artemis 1.0.json" + }, + { + "name": "0.60mm Draft @SeeMeCNC BOSSdelta 300 1.0", + "sub_path": "process/0.60mm Draft @SeeMeCNC BOSSdelta 300 1.0.json" + }, + { + "name": "0.60mm Draft @SeeMeCNC BOSSdelta 500 0505 1.0", + "sub_path": "process/0.60mm Draft @SeeMeCNC BOSSdelta 500 0505 1.0.json" + }, + { + "name": "0.60mm Draft @SeeMeCNC BOSSdelta 500 0510 1.0", + "sub_path": "process/0.60mm Draft @SeeMeCNC BOSSdelta 500 0510 1.0.json" + }, + { + "name": "0.60mm Draft @SeeMeCNC BOSSdelta 500 0521 1.0", + "sub_path": "process/0.60mm Draft @SeeMeCNC BOSSdelta 500 0521 1.0.json" + }, + { + "name": "0.60mm Draft @SeeMeCNC RostockMAX v3.2 1.0", + "sub_path": "process/0.60mm Draft @SeeMeCNC RostockMAX v3.2 1.0.json" + }, + { + "name": "0.60mm Draft @SeeMeCNC RostockMAX v4 1.0", + "sub_path": "process/0.60mm Draft @SeeMeCNC RostockMAX v4 1.0.json" + }, + { + "name": "0.70mm Extra Draft @SeeMeCNC Artemis 1.0", + "sub_path": "process/0.70mm Extra Draft @SeeMeCNC Artemis 1.0.json" + }, + { + "name": "0.70mm Extra Draft @SeeMeCNC BOSSdelta 300 1.0", + "sub_path": "process/0.70mm Extra Draft @SeeMeCNC BOSSdelta 300 1.0.json" + }, + { + "name": "0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 1.0", + "sub_path": "process/0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 1.0.json" + }, + { + "name": "0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 1.0", + "sub_path": "process/0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 1.0.json" + }, + { + "name": "0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 1.0", + "sub_path": "process/0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 1.0.json" + }, + { + "name": "0.70mm Extra Draft @SeeMeCNC RostockMAX v3.2 1.0", + "sub_path": "process/0.70mm Extra Draft @SeeMeCNC RostockMAX v3.2 1.0.json" + }, + { + "name": "0.70mm Extra Draft @SeeMeCNC RostockMAX v4 1.0", + "sub_path": "process/0.70mm Extra Draft @SeeMeCNC RostockMAX v4 1.0.json" + } + ], + "filament_list": [ + { + "name": "SeeMeCNC filament base", + "sub_path": "filament/SeeMeCNC_filament_base.json" + }, + { + "name": "SeeMeCNC ABS", + "sub_path": "filament/SeeMeCNC_ABS.json" + }, + { + "name": "SeeMeCNC PA-CF", + "sub_path": "filament/SeeMeCNC_PA-CF.json" + }, + { + "name": "SeeMeCNC PETG", + "sub_path": "filament/SeeMeCNC_PETG.json" + }, + { + "name": "SeeMeCNC PETG-CF", + "sub_path": "filament/SeeMeCNC_PETG-CF.json" + }, + { + "name": "SeeMeCNC TPU", + "sub_path": "filament/SeeMeCNC_TPU.json" + }, + { + "name": "SeeMeCNC PLA", + "sub_path": "filament/SeeMeCNC_PLA.json" + } + ], + "machine_list": [ + { + "name": "SeeMeCNC Artemis 0.4 nozzle", + "sub_path": "machine/SeeMeCNC_Artemis_0_4mm.json" + }, + { + "name": "SeeMeCNC Artemis 0.5 nozzle", + "sub_path": "machine/SeeMeCNC_Artemis_0_5mm.json" + }, + { + "name": "SeeMeCNC Artemis 0.7 nozzle", + "sub_path": "machine/SeeMeCNC_Artemis_0_7mm.json" + }, + { + "name": "SeeMeCNC Artemis 1.0 nozzle", + "sub_path": "machine/SeeMeCNC_Artemis_1_0mm.json" + }, + { + "name": "SeeMeCNC BOSSdelta 300 0.4 nozzle", + "sub_path": "machine/SeeMeCNC_BOSSdelta_300_0_4mm.json" + }, + { + "name": "SeeMeCNC BOSSdelta 300 0.5 nozzle", + "sub_path": "machine/SeeMeCNC_BOSSdelta_300_0_5mm.json" + }, + { + "name": "SeeMeCNC BOSSdelta 300 0.7 nozzle", + "sub_path": "machine/SeeMeCNC_BOSSdelta_300_0_7mm.json" + }, + { + "name": "SeeMeCNC BOSSdelta 300 1.0 nozzle", + "sub_path": "machine/SeeMeCNC_BOSSdelta_300_1_0mm.json" + }, + { + "name": "SeeMeCNC BOSSdelta 500 0505 0.4 nozzle", + "sub_path": "machine/SeeMeCNC_BOSSdelta500_0505_0_4mm.json" + }, + { + "name": "SeeMeCNC BOSSdelta 500 0505 0.5 nozzle", + "sub_path": "machine/SeeMeCNC_BOSSdelta500_0505_0_5mm.json" + }, + { + "name": "SeeMeCNC BOSSdelta 500 0505 0.7 nozzle", + "sub_path": "machine/SeeMeCNC_BOSSdelta500_0505_0_7mm.json" + }, + { + "name": "SeeMeCNC BOSSdelta 500 0505 1.0 nozzle", + "sub_path": "machine/SeeMeCNC_BOSSdelta500_0505_1_0mm.json" + }, + { + "name": "SeeMeCNC BOSSdelta 500 0510 0.4 nozzle", + "sub_path": "machine/SeeMeCNC_BOSSdelta500_0510_0_4mm.json" + }, + { + "name": "SeeMeCNC BOSSdelta 500 0510 0.5 nozzle", + "sub_path": "machine/SeeMeCNC_BOSSdelta500_0510_0_5mm.json" + }, + { + "name": "SeeMeCNC BOSSdelta 500 0510 0.7 nozzle", + "sub_path": "machine/SeeMeCNC_BOSSdelta500_0510_0_7mm.json" + }, + { + "name": "SeeMeCNC BOSSdelta 500 0510 1.0 nozzle", + "sub_path": "machine/SeeMeCNC_BOSSdelta500_0510_1_0mm.json" + }, + { + "name": "SeeMeCNC BOSSdelta 500 0521 0.4 nozzle", + "sub_path": "machine/SeeMeCNC_BOSSdelta500_0521_0_4mm.json" + }, + { + "name": "SeeMeCNC BOSSdelta 500 0521 0.5 nozzle", + "sub_path": "machine/SeeMeCNC_BOSSdelta500_0521_0_5mm.json" + }, + { + "name": "SeeMeCNC BOSSdelta 500 0521 0.7 nozzle", + "sub_path": "machine/SeeMeCNC_BOSSdelta500_0521_0_7mm.json" + }, + { + "name": "SeeMeCNC BOSSdelta 500 0521 1.0 nozzle", + "sub_path": "machine/SeeMeCNC_BOSSdelta500_0521_1_0mm.json" + }, + { + "name": "SeeMeCNC RostockMAX v3.2 0.4 nozzle", + "sub_path": "machine/SeeMeCNC_RostockMAX_v3.2_0_4mm.json" + }, + { + "name": "SeeMeCNC RostockMAX v3.2 0.5 nozzle", + "sub_path": "machine/SeeMeCNC_RostockMAX_v3.2_0_5mm.json" + }, + { + "name": "SeeMeCNC RostockMAX v3.2 0.7 nozzle", + "sub_path": "machine/SeeMeCNC_RostockMAX_v3.2_0_7mm.json" + }, + { + "name": "SeeMeCNC RostockMAX v3.2 1.0 nozzle", + "sub_path": "machine/SeeMeCNC_RostockMAX_v3.2_1_0mm.json" + }, + { + "name": "SeeMeCNC RostockMAX v4 0.4 nozzle", + "sub_path": "machine/SeeMeCNC_RostockMAX_v4_0_4mm.json" + }, + { + "name": "SeeMeCNC RostockMAX v4 0.5 nozzle", + "sub_path": "machine/SeeMeCNC_RostockMAX_v4_0_5mm.json" + }, + { + "name": "SeeMeCNC RostockMAX v4 0.7 nozzle", + "sub_path": "machine/SeeMeCNC_RostockMAX_v4_0_7mm.json" + }, + { + "name": "SeeMeCNC RostockMAX v4 1.0 nozzle", + "sub_path": "machine/SeeMeCNC_RostockMAX_v4_1_0mm.json" + } + ] +} diff --git a/resources/profiles/SeeMeCNC/filament/SeeMeCNC_ABS.json b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_ABS.json index 49e1191c75..4d5632808e 100644 --- a/resources/profiles/SeeMeCNC/filament/SeeMeCNC_ABS.json +++ b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_ABS.json @@ -261,5 +261,17 @@ ], "keep_fan_always_on": [ "0" + ], + "filament_retraction_length": [ + "5" + ], + "filament_z_hop": [ + "0.3" + ], + "filament_retraction_speed": [ + "45" + ], + "filament_deretraction_speed": [ + "35" ] } diff --git a/resources/profiles/SeeMeCNC/filament/SeeMeCNC_ABS_0_4mm.json b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_ABS_0_4mm.json new file mode 100644 index 0000000000..fc18902f8c --- /dev/null +++ b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_ABS_0_4mm.json @@ -0,0 +1,64 @@ +{ + "type": "filament", + "name": "SeeMeCNC ABS 0.4 nozzle", + "inherits": "SeeMeCNC ABS", + "from": "System", + "instantiation": "true", + "filament_settings_id": [ + "SeeMeCNC ABS 0.4 nozzle" + ], + "compatible_printers": [ + "SeeMeCNC Artemis 0.4 nozzle", + "SeeMeCNC BOSSdelta 500 0505 0.4 nozzle", + "SeeMeCNC BOSSdelta 500 0510 0.4 nozzle", + "SeeMeCNC BOSSdelta 500 0521 0.4 nozzle", + "SeeMeCNC BOSSdelta 300 0.4 nozzle", + "SeeMeCNC RostockMAX v3.2 0.4 nozzle", + "SeeMeCNC RostockMAX v4 0.4 nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [ + "0.16mm Fine @SeeMeCNC Artemis 0.4", + "0.16mm Fine @SeeMeCNC BOSSdelta 300 0.4", + "0.16mm Fine @SeeMeCNC BOSSdelta 500 0505 0.4", + "0.16mm Fine @SeeMeCNC BOSSdelta 500 0510 0.4", + "0.16mm Fine @SeeMeCNC BOSSdelta 500 0521 0.4", + "0.16mm Fine @SeeMeCNC RostockMAX v3.2 0.4", + "0.16mm Fine @SeeMeCNC RostockMAX v4 0.4", + "0.20mm Standard @SeeMeCNC Artemis 0.4", + "0.20mm Standard @SeeMeCNC BOSSdelta 300 0.4", + "0.20mm Standard @SeeMeCNC BOSSdelta 500 0505 0.4", + "0.20mm Standard @SeeMeCNC BOSSdelta 500 0510 0.4", + "0.20mm Standard @SeeMeCNC BOSSdelta 500 0521 0.4", + "0.20mm Standard @SeeMeCNC RostockMAX v3.2 0.4", + "0.20mm Standard @SeeMeCNC RostockMAX v4 0.4", + "0.24mm Draft @SeeMeCNC Artemis 0.4", + "0.24mm Draft @SeeMeCNC BOSSdelta 300 0.4", + "0.24mm Draft @SeeMeCNC BOSSdelta 500 0505 0.4", + "0.24mm Draft @SeeMeCNC BOSSdelta 500 0510 0.4", + "0.24mm Draft @SeeMeCNC BOSSdelta 500 0521 0.4", + "0.24mm Draft @SeeMeCNC RostockMAX v3.2 0.4", + "0.24mm Draft @SeeMeCNC RostockMAX v4 0.4", + "0.28mm Extra Draft @SeeMeCNC Artemis 0.4", + "0.28mm Extra Draft @SeeMeCNC BOSSdelta 300 0.4", + "0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.4", + "0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.4", + "0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.4", + "0.28mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.4", + "0.28mm Extra Draft @SeeMeCNC RostockMAX v4 0.4" + ], + "compatible_prints_condition": "", + "filament_retraction_length": [ + "5" + ], + "filament_z_hop": [ + "0.2" + ], + "filament_retraction_speed": [ + "45" + ], + "filament_deretraction_speed": [ + "35" + ], + "filament_id": "SMCFB00104" +} diff --git a/resources/profiles/SeeMeCNC/filament/SeeMeCNC_ABS_0_5mm.json b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_ABS_0_5mm.json new file mode 100644 index 0000000000..c5282e22ac --- /dev/null +++ b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_ABS_0_5mm.json @@ -0,0 +1,64 @@ +{ + "type": "filament", + "name": "SeeMeCNC ABS 0.5 nozzle", + "inherits": "SeeMeCNC ABS", + "from": "System", + "instantiation": "true", + "filament_settings_id": [ + "SeeMeCNC ABS 0.5 nozzle" + ], + "compatible_printers": [ + "SeeMeCNC Artemis 0.5 nozzle", + "SeeMeCNC BOSSdelta 500 0505 0.5 nozzle", + "SeeMeCNC BOSSdelta 500 0510 0.5 nozzle", + "SeeMeCNC BOSSdelta 500 0521 0.5 nozzle", + "SeeMeCNC BOSSdelta 300 0.5 nozzle", + "SeeMeCNC RostockMAX v3.2 0.5 nozzle", + "SeeMeCNC RostockMAX v4 0.5 nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [ + "0.20mm Fine @SeeMeCNC Artemis 0.5", + "0.20mm Fine @SeeMeCNC BOSSdelta 300 0.5", + "0.20mm Fine @SeeMeCNC BOSSdelta 500 0505 0.5", + "0.20mm Fine @SeeMeCNC BOSSdelta 500 0510 0.5", + "0.20mm Fine @SeeMeCNC BOSSdelta 500 0521 0.5", + "0.20mm Fine @SeeMeCNC RostockMAX v3.2 0.5", + "0.20mm Fine @SeeMeCNC RostockMAX v4 0.5", + "0.25mm Standard @SeeMeCNC Artemis 0.5", + "0.25mm Standard @SeeMeCNC BOSSdelta 300 0.5", + "0.25mm Standard @SeeMeCNC BOSSdelta 500 0505 0.5", + "0.25mm Standard @SeeMeCNC BOSSdelta 500 0510 0.5", + "0.25mm Standard @SeeMeCNC BOSSdelta 500 0521 0.5", + "0.25mm Standard @SeeMeCNC RostockMAX v3.2 0.5", + "0.25mm Standard @SeeMeCNC RostockMAX v4 0.5", + "0.30mm Draft @SeeMeCNC Artemis 0.5", + "0.30mm Draft @SeeMeCNC BOSSdelta 300 0.5", + "0.30mm Draft @SeeMeCNC BOSSdelta 500 0505 0.5", + "0.30mm Draft @SeeMeCNC BOSSdelta 500 0510 0.5", + "0.30mm Draft @SeeMeCNC BOSSdelta 500 0521 0.5", + "0.30mm Draft @SeeMeCNC RostockMAX v3.2 0.5", + "0.30mm Draft @SeeMeCNC RostockMAX v4 0.5", + "0.35mm Extra Draft @SeeMeCNC Artemis 0.5", + "0.35mm Extra Draft @SeeMeCNC BOSSdelta 300 0.5", + "0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.5", + "0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.5", + "0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.5", + "0.35mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.5", + "0.35mm Extra Draft @SeeMeCNC RostockMAX v4 0.5" + ], + "compatible_prints_condition": "", + "filament_retraction_length": [ + "5" + ], + "filament_z_hop": [ + "0.3" + ], + "filament_retraction_speed": [ + "45" + ], + "filament_deretraction_speed": [ + "35" + ], + "filament_id": "SMCFB00105" +} diff --git a/resources/profiles/SeeMeCNC/filament/SeeMeCNC_ABS_0_7mm.json b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_ABS_0_7mm.json new file mode 100644 index 0000000000..a846adb3ea --- /dev/null +++ b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_ABS_0_7mm.json @@ -0,0 +1,64 @@ +{ + "type": "filament", + "name": "SeeMeCNC ABS 0.7 nozzle", + "inherits": "SeeMeCNC ABS", + "from": "System", + "instantiation": "true", + "filament_settings_id": [ + "SeeMeCNC ABS 0.7 nozzle" + ], + "compatible_printers": [ + "SeeMeCNC Artemis 0.7 nozzle", + "SeeMeCNC BOSSdelta 500 0505 0.7 nozzle", + "SeeMeCNC BOSSdelta 500 0510 0.7 nozzle", + "SeeMeCNC BOSSdelta 500 0521 0.7 nozzle", + "SeeMeCNC BOSSdelta 300 0.7 nozzle", + "SeeMeCNC RostockMAX v3.2 0.7 nozzle", + "SeeMeCNC RostockMAX v4 0.7 nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [ + "0.28mm Fine @SeeMeCNC Artemis 0.7", + "0.28mm Fine @SeeMeCNC BOSSdelta 300 0.7", + "0.28mm Fine @SeeMeCNC BOSSdelta 500 0505 0.7", + "0.28mm Fine @SeeMeCNC BOSSdelta 500 0510 0.7", + "0.28mm Fine @SeeMeCNC BOSSdelta 500 0521 0.7", + "0.28mm Fine @SeeMeCNC RostockMAX v3.2 0.7", + "0.28mm Fine @SeeMeCNC RostockMAX v4 0.7", + "0.35mm Standard @SeeMeCNC Artemis 0.7", + "0.35mm Standard @SeeMeCNC BOSSdelta 300 0.7", + "0.35mm Standard @SeeMeCNC BOSSdelta 500 0505 0.7", + "0.35mm Standard @SeeMeCNC BOSSdelta 500 0510 0.7", + "0.35mm Standard @SeeMeCNC BOSSdelta 500 0521 0.7", + "0.35mm Standard @SeeMeCNC RostockMAX v3.2 0.7", + "0.35mm Standard @SeeMeCNC RostockMAX v4 0.7", + "0.42mm Draft @SeeMeCNC Artemis 0.7", + "0.42mm Draft @SeeMeCNC BOSSdelta 300 0.7", + "0.42mm Draft @SeeMeCNC BOSSdelta 500 0505 0.7", + "0.42mm Draft @SeeMeCNC BOSSdelta 500 0510 0.7", + "0.42mm Draft @SeeMeCNC BOSSdelta 500 0521 0.7", + "0.42mm Draft @SeeMeCNC RostockMAX v3.2 0.7", + "0.42mm Draft @SeeMeCNC RostockMAX v4 0.7", + "0.49mm Extra Draft @SeeMeCNC Artemis 0.7", + "0.49mm Extra Draft @SeeMeCNC BOSSdelta 300 0.7", + "0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.7", + "0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.7", + "0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.7", + "0.49mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.7", + "0.49mm Extra Draft @SeeMeCNC RostockMAX v4 0.7" + ], + "compatible_prints_condition": "", + "filament_retraction_length": [ + "6" + ], + "filament_z_hop": [ + "0.4" + ], + "filament_retraction_speed": [ + "45" + ], + "filament_deretraction_speed": [ + "35" + ], + "filament_id": "SMCFB00107" +} diff --git a/resources/profiles/SeeMeCNC/filament/SeeMeCNC_ABS_1_0mm.json b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_ABS_1_0mm.json new file mode 100644 index 0000000000..0a67bf1a70 --- /dev/null +++ b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_ABS_1_0mm.json @@ -0,0 +1,64 @@ +{ + "type": "filament", + "name": "SeeMeCNC ABS 1.0 nozzle", + "inherits": "SeeMeCNC ABS", + "from": "System", + "instantiation": "true", + "filament_settings_id": [ + "SeeMeCNC ABS 1.0 nozzle" + ], + "compatible_printers": [ + "SeeMeCNC Artemis 1.0 nozzle", + "SeeMeCNC BOSSdelta 500 0505 1.0 nozzle", + "SeeMeCNC BOSSdelta 500 0510 1.0 nozzle", + "SeeMeCNC BOSSdelta 500 0521 1.0 nozzle", + "SeeMeCNC BOSSdelta 300 1.0 nozzle", + "SeeMeCNC RostockMAX v3.2 1.0 nozzle", + "SeeMeCNC RostockMAX v4 1.0 nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [ + "0.40mm Fine @SeeMeCNC Artemis 1.0", + "0.40mm Fine @SeeMeCNC BOSSdelta 300 1.0", + "0.40mm Fine @SeeMeCNC BOSSdelta 500 0505 1.0", + "0.40mm Fine @SeeMeCNC BOSSdelta 500 0510 1.0", + "0.40mm Fine @SeeMeCNC BOSSdelta 500 0521 1.0", + "0.40mm Fine @SeeMeCNC RostockMAX v3.2 1.0", + "0.40mm Fine @SeeMeCNC RostockMAX v4 1.0", + "0.50mm Standard @SeeMeCNC Artemis 1.0", + "0.50mm Standard @SeeMeCNC BOSSdelta 300 1.0", + "0.50mm Standard @SeeMeCNC BOSSdelta 500 0505 1.0", + "0.50mm Standard @SeeMeCNC BOSSdelta 500 0510 1.0", + "0.50mm Standard @SeeMeCNC BOSSdelta 500 0521 1.0", + "0.50mm Standard @SeeMeCNC RostockMAX v3.2 1.0", + "0.50mm Standard @SeeMeCNC RostockMAX v4 1.0", + "0.60mm Draft @SeeMeCNC Artemis 1.0", + "0.60mm Draft @SeeMeCNC BOSSdelta 300 1.0", + "0.60mm Draft @SeeMeCNC BOSSdelta 500 0505 1.0", + "0.60mm Draft @SeeMeCNC BOSSdelta 500 0510 1.0", + "0.60mm Draft @SeeMeCNC BOSSdelta 500 0521 1.0", + "0.60mm Draft @SeeMeCNC RostockMAX v3.2 1.0", + "0.60mm Draft @SeeMeCNC RostockMAX v4 1.0", + "0.70mm Extra Draft @SeeMeCNC Artemis 1.0", + "0.70mm Extra Draft @SeeMeCNC BOSSdelta 300 1.0", + "0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 1.0", + "0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 1.0", + "0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 1.0", + "0.70mm Extra Draft @SeeMeCNC RostockMAX v3.2 1.0", + "0.70mm Extra Draft @SeeMeCNC RostockMAX v4 1.0" + ], + "compatible_prints_condition": "", + "filament_retraction_length": [ + "6" + ], + "filament_z_hop": [ + "0.5" + ], + "filament_retraction_speed": [ + "45" + ], + "filament_deretraction_speed": [ + "35" + ], + "filament_id": "SMCFB00110" +} diff --git a/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PA-CF.json b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PA-CF.json index aaee59be50..9339556f57 100644 --- a/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PA-CF.json +++ b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PA-CF.json @@ -264,5 +264,17 @@ ], "keep_fan_always_on": [ "0" + ], + "filament_retraction_length": [ + "5" + ], + "filament_z_hop": [ + "0.3" + ], + "filament_retraction_speed": [ + "40" + ], + "filament_deretraction_speed": [ + "30" ] } diff --git a/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PA_CF_0_4mm.json b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PA_CF_0_4mm.json new file mode 100644 index 0000000000..c3a5468f3b --- /dev/null +++ b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PA_CF_0_4mm.json @@ -0,0 +1,64 @@ +{ + "type": "filament", + "name": "SeeMeCNC PA-CF 0.4 nozzle", + "inherits": "SeeMeCNC PA-CF", + "from": "System", + "instantiation": "true", + "filament_settings_id": [ + "SeeMeCNC PA-CF 0.4 nozzle" + ], + "compatible_printers": [ + "SeeMeCNC Artemis 0.4 nozzle", + "SeeMeCNC BOSSdelta 500 0505 0.4 nozzle", + "SeeMeCNC BOSSdelta 500 0510 0.4 nozzle", + "SeeMeCNC BOSSdelta 500 0521 0.4 nozzle", + "SeeMeCNC BOSSdelta 300 0.4 nozzle", + "SeeMeCNC RostockMAX v3.2 0.4 nozzle", + "SeeMeCNC RostockMAX v4 0.4 nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [ + "0.16mm Fine @SeeMeCNC Artemis 0.4", + "0.16mm Fine @SeeMeCNC BOSSdelta 300 0.4", + "0.16mm Fine @SeeMeCNC BOSSdelta 500 0505 0.4", + "0.16mm Fine @SeeMeCNC BOSSdelta 500 0510 0.4", + "0.16mm Fine @SeeMeCNC BOSSdelta 500 0521 0.4", + "0.16mm Fine @SeeMeCNC RostockMAX v3.2 0.4", + "0.16mm Fine @SeeMeCNC RostockMAX v4 0.4", + "0.20mm Standard @SeeMeCNC Artemis 0.4", + "0.20mm Standard @SeeMeCNC BOSSdelta 300 0.4", + "0.20mm Standard @SeeMeCNC BOSSdelta 500 0505 0.4", + "0.20mm Standard @SeeMeCNC BOSSdelta 500 0510 0.4", + "0.20mm Standard @SeeMeCNC BOSSdelta 500 0521 0.4", + "0.20mm Standard @SeeMeCNC RostockMAX v3.2 0.4", + "0.20mm Standard @SeeMeCNC RostockMAX v4 0.4", + "0.24mm Draft @SeeMeCNC Artemis 0.4", + "0.24mm Draft @SeeMeCNC BOSSdelta 300 0.4", + "0.24mm Draft @SeeMeCNC BOSSdelta 500 0505 0.4", + "0.24mm Draft @SeeMeCNC BOSSdelta 500 0510 0.4", + "0.24mm Draft @SeeMeCNC BOSSdelta 500 0521 0.4", + "0.24mm Draft @SeeMeCNC RostockMAX v3.2 0.4", + "0.24mm Draft @SeeMeCNC RostockMAX v4 0.4", + "0.28mm Extra Draft @SeeMeCNC Artemis 0.4", + "0.28mm Extra Draft @SeeMeCNC BOSSdelta 300 0.4", + "0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.4", + "0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.4", + "0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.4", + "0.28mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.4", + "0.28mm Extra Draft @SeeMeCNC RostockMAX v4 0.4" + ], + "compatible_prints_condition": "", + "filament_retraction_length": [ + "5" + ], + "filament_z_hop": [ + "0.2" + ], + "filament_retraction_speed": [ + "40" + ], + "filament_deretraction_speed": [ + "30" + ], + "filament_id": "SMCFN00104" +} diff --git a/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PA_CF_0_5mm.json b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PA_CF_0_5mm.json new file mode 100644 index 0000000000..10b6af9709 --- /dev/null +++ b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PA_CF_0_5mm.json @@ -0,0 +1,64 @@ +{ + "type": "filament", + "name": "SeeMeCNC PA-CF 0.5 nozzle", + "inherits": "SeeMeCNC PA-CF", + "from": "System", + "instantiation": "true", + "filament_settings_id": [ + "SeeMeCNC PA-CF 0.5 nozzle" + ], + "compatible_printers": [ + "SeeMeCNC Artemis 0.5 nozzle", + "SeeMeCNC BOSSdelta 500 0505 0.5 nozzle", + "SeeMeCNC BOSSdelta 500 0510 0.5 nozzle", + "SeeMeCNC BOSSdelta 500 0521 0.5 nozzle", + "SeeMeCNC BOSSdelta 300 0.5 nozzle", + "SeeMeCNC RostockMAX v3.2 0.5 nozzle", + "SeeMeCNC RostockMAX v4 0.5 nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [ + "0.20mm Fine @SeeMeCNC Artemis 0.5", + "0.20mm Fine @SeeMeCNC BOSSdelta 300 0.5", + "0.20mm Fine @SeeMeCNC BOSSdelta 500 0505 0.5", + "0.20mm Fine @SeeMeCNC BOSSdelta 500 0510 0.5", + "0.20mm Fine @SeeMeCNC BOSSdelta 500 0521 0.5", + "0.20mm Fine @SeeMeCNC RostockMAX v3.2 0.5", + "0.20mm Fine @SeeMeCNC RostockMAX v4 0.5", + "0.25mm Standard @SeeMeCNC Artemis 0.5", + "0.25mm Standard @SeeMeCNC BOSSdelta 300 0.5", + "0.25mm Standard @SeeMeCNC BOSSdelta 500 0505 0.5", + "0.25mm Standard @SeeMeCNC BOSSdelta 500 0510 0.5", + "0.25mm Standard @SeeMeCNC BOSSdelta 500 0521 0.5", + "0.25mm Standard @SeeMeCNC RostockMAX v3.2 0.5", + "0.25mm Standard @SeeMeCNC RostockMAX v4 0.5", + "0.30mm Draft @SeeMeCNC Artemis 0.5", + "0.30mm Draft @SeeMeCNC BOSSdelta 300 0.5", + "0.30mm Draft @SeeMeCNC BOSSdelta 500 0505 0.5", + "0.30mm Draft @SeeMeCNC BOSSdelta 500 0510 0.5", + "0.30mm Draft @SeeMeCNC BOSSdelta 500 0521 0.5", + "0.30mm Draft @SeeMeCNC RostockMAX v3.2 0.5", + "0.30mm Draft @SeeMeCNC RostockMAX v4 0.5", + "0.35mm Extra Draft @SeeMeCNC Artemis 0.5", + "0.35mm Extra Draft @SeeMeCNC BOSSdelta 300 0.5", + "0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.5", + "0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.5", + "0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.5", + "0.35mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.5", + "0.35mm Extra Draft @SeeMeCNC RostockMAX v4 0.5" + ], + "compatible_prints_condition": "", + "filament_retraction_length": [ + "5" + ], + "filament_z_hop": [ + "0.3" + ], + "filament_retraction_speed": [ + "40" + ], + "filament_deretraction_speed": [ + "30" + ], + "filament_id": "SMCFN00105" +} diff --git a/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PA_CF_0_7mm.json b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PA_CF_0_7mm.json new file mode 100644 index 0000000000..3e76407687 --- /dev/null +++ b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PA_CF_0_7mm.json @@ -0,0 +1,64 @@ +{ + "type": "filament", + "name": "SeeMeCNC PA-CF 0.7 nozzle", + "inherits": "SeeMeCNC PA-CF", + "from": "System", + "instantiation": "true", + "filament_settings_id": [ + "SeeMeCNC PA-CF 0.7 nozzle" + ], + "compatible_printers": [ + "SeeMeCNC Artemis 0.7 nozzle", + "SeeMeCNC BOSSdelta 500 0505 0.7 nozzle", + "SeeMeCNC BOSSdelta 500 0510 0.7 nozzle", + "SeeMeCNC BOSSdelta 500 0521 0.7 nozzle", + "SeeMeCNC BOSSdelta 300 0.7 nozzle", + "SeeMeCNC RostockMAX v3.2 0.7 nozzle", + "SeeMeCNC RostockMAX v4 0.7 nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [ + "0.28mm Fine @SeeMeCNC Artemis 0.7", + "0.28mm Fine @SeeMeCNC BOSSdelta 300 0.7", + "0.28mm Fine @SeeMeCNC BOSSdelta 500 0505 0.7", + "0.28mm Fine @SeeMeCNC BOSSdelta 500 0510 0.7", + "0.28mm Fine @SeeMeCNC BOSSdelta 500 0521 0.7", + "0.28mm Fine @SeeMeCNC RostockMAX v3.2 0.7", + "0.28mm Fine @SeeMeCNC RostockMAX v4 0.7", + "0.35mm Standard @SeeMeCNC Artemis 0.7", + "0.35mm Standard @SeeMeCNC BOSSdelta 300 0.7", + "0.35mm Standard @SeeMeCNC BOSSdelta 500 0505 0.7", + "0.35mm Standard @SeeMeCNC BOSSdelta 500 0510 0.7", + "0.35mm Standard @SeeMeCNC BOSSdelta 500 0521 0.7", + "0.35mm Standard @SeeMeCNC RostockMAX v3.2 0.7", + "0.35mm Standard @SeeMeCNC RostockMAX v4 0.7", + "0.42mm Draft @SeeMeCNC Artemis 0.7", + "0.42mm Draft @SeeMeCNC BOSSdelta 300 0.7", + "0.42mm Draft @SeeMeCNC BOSSdelta 500 0505 0.7", + "0.42mm Draft @SeeMeCNC BOSSdelta 500 0510 0.7", + "0.42mm Draft @SeeMeCNC BOSSdelta 500 0521 0.7", + "0.42mm Draft @SeeMeCNC RostockMAX v3.2 0.7", + "0.42mm Draft @SeeMeCNC RostockMAX v4 0.7", + "0.49mm Extra Draft @SeeMeCNC Artemis 0.7", + "0.49mm Extra Draft @SeeMeCNC BOSSdelta 300 0.7", + "0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.7", + "0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.7", + "0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.7", + "0.49mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.7", + "0.49mm Extra Draft @SeeMeCNC RostockMAX v4 0.7" + ], + "compatible_prints_condition": "", + "filament_retraction_length": [ + "6" + ], + "filament_z_hop": [ + "0.4" + ], + "filament_retraction_speed": [ + "40" + ], + "filament_deretraction_speed": [ + "30" + ], + "filament_id": "SMCFN00107" +} diff --git a/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PA_CF_1_0mm.json b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PA_CF_1_0mm.json new file mode 100644 index 0000000000..feba74446b --- /dev/null +++ b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PA_CF_1_0mm.json @@ -0,0 +1,64 @@ +{ + "type": "filament", + "name": "SeeMeCNC PA-CF 1.0 nozzle", + "inherits": "SeeMeCNC PA-CF", + "from": "System", + "instantiation": "true", + "filament_settings_id": [ + "SeeMeCNC PA-CF 1.0 nozzle" + ], + "compatible_printers": [ + "SeeMeCNC Artemis 1.0 nozzle", + "SeeMeCNC BOSSdelta 500 0505 1.0 nozzle", + "SeeMeCNC BOSSdelta 500 0510 1.0 nozzle", + "SeeMeCNC BOSSdelta 500 0521 1.0 nozzle", + "SeeMeCNC BOSSdelta 300 1.0 nozzle", + "SeeMeCNC RostockMAX v3.2 1.0 nozzle", + "SeeMeCNC RostockMAX v4 1.0 nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [ + "0.40mm Fine @SeeMeCNC Artemis 1.0", + "0.40mm Fine @SeeMeCNC BOSSdelta 300 1.0", + "0.40mm Fine @SeeMeCNC BOSSdelta 500 0505 1.0", + "0.40mm Fine @SeeMeCNC BOSSdelta 500 0510 1.0", + "0.40mm Fine @SeeMeCNC BOSSdelta 500 0521 1.0", + "0.40mm Fine @SeeMeCNC RostockMAX v3.2 1.0", + "0.40mm Fine @SeeMeCNC RostockMAX v4 1.0", + "0.50mm Standard @SeeMeCNC Artemis 1.0", + "0.50mm Standard @SeeMeCNC BOSSdelta 300 1.0", + "0.50mm Standard @SeeMeCNC BOSSdelta 500 0505 1.0", + "0.50mm Standard @SeeMeCNC BOSSdelta 500 0510 1.0", + "0.50mm Standard @SeeMeCNC BOSSdelta 500 0521 1.0", + "0.50mm Standard @SeeMeCNC RostockMAX v3.2 1.0", + "0.50mm Standard @SeeMeCNC RostockMAX v4 1.0", + "0.60mm Draft @SeeMeCNC Artemis 1.0", + "0.60mm Draft @SeeMeCNC BOSSdelta 300 1.0", + "0.60mm Draft @SeeMeCNC BOSSdelta 500 0505 1.0", + "0.60mm Draft @SeeMeCNC BOSSdelta 500 0510 1.0", + "0.60mm Draft @SeeMeCNC BOSSdelta 500 0521 1.0", + "0.60mm Draft @SeeMeCNC RostockMAX v3.2 1.0", + "0.60mm Draft @SeeMeCNC RostockMAX v4 1.0", + "0.70mm Extra Draft @SeeMeCNC Artemis 1.0", + "0.70mm Extra Draft @SeeMeCNC BOSSdelta 300 1.0", + "0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 1.0", + "0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 1.0", + "0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 1.0", + "0.70mm Extra Draft @SeeMeCNC RostockMAX v3.2 1.0", + "0.70mm Extra Draft @SeeMeCNC RostockMAX v4 1.0" + ], + "compatible_prints_condition": "", + "filament_retraction_length": [ + "6" + ], + "filament_z_hop": [ + "0.5" + ], + "filament_retraction_speed": [ + "40" + ], + "filament_deretraction_speed": [ + "30" + ], + "filament_id": "SMCFN00110" +} diff --git a/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PETG-CF.json b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PETG-CF.json index b2822f0baf..70d3e5c421 100644 --- a/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PETG-CF.json +++ b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PETG-CF.json @@ -261,5 +261,17 @@ ], "keep_fan_always_on": [ "0" + ], + "filament_retraction_length": [ + "5" + ], + "filament_z_hop": [ + "0.3" + ], + "filament_retraction_speed": [ + "40" + ], + "filament_deretraction_speed": [ + "30" ] } diff --git a/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PETG.json b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PETG.json index a3f862eacc..5d8e43e8a4 100644 --- a/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PETG.json +++ b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PETG.json @@ -261,5 +261,17 @@ ], "keep_fan_always_on": [ "1" + ], + "filament_retraction_length": [ + "6" + ], + "filament_z_hop": [ + "0.3" + ], + "filament_retraction_speed": [ + "40" + ], + "filament_deretraction_speed": [ + "30" ] } diff --git a/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PETG_0_4mm.json b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PETG_0_4mm.json new file mode 100644 index 0000000000..c1839d39a3 --- /dev/null +++ b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PETG_0_4mm.json @@ -0,0 +1,64 @@ +{ + "type": "filament", + "name": "SeeMeCNC PETG 0.4 nozzle", + "inherits": "SeeMeCNC PETG", + "from": "System", + "instantiation": "true", + "filament_settings_id": [ + "SeeMeCNC PETG 0.4 nozzle" + ], + "compatible_printers": [ + "SeeMeCNC Artemis 0.4 nozzle", + "SeeMeCNC BOSSdelta 500 0505 0.4 nozzle", + "SeeMeCNC BOSSdelta 500 0510 0.4 nozzle", + "SeeMeCNC BOSSdelta 500 0521 0.4 nozzle", + "SeeMeCNC BOSSdelta 300 0.4 nozzle", + "SeeMeCNC RostockMAX v3.2 0.4 nozzle", + "SeeMeCNC RostockMAX v4 0.4 nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [ + "0.16mm Fine @SeeMeCNC Artemis 0.4", + "0.16mm Fine @SeeMeCNC BOSSdelta 300 0.4", + "0.16mm Fine @SeeMeCNC BOSSdelta 500 0505 0.4", + "0.16mm Fine @SeeMeCNC BOSSdelta 500 0510 0.4", + "0.16mm Fine @SeeMeCNC BOSSdelta 500 0521 0.4", + "0.16mm Fine @SeeMeCNC RostockMAX v3.2 0.4", + "0.16mm Fine @SeeMeCNC RostockMAX v4 0.4", + "0.20mm Standard @SeeMeCNC Artemis 0.4", + "0.20mm Standard @SeeMeCNC BOSSdelta 300 0.4", + "0.20mm Standard @SeeMeCNC BOSSdelta 500 0505 0.4", + "0.20mm Standard @SeeMeCNC BOSSdelta 500 0510 0.4", + "0.20mm Standard @SeeMeCNC BOSSdelta 500 0521 0.4", + "0.20mm Standard @SeeMeCNC RostockMAX v3.2 0.4", + "0.20mm Standard @SeeMeCNC RostockMAX v4 0.4", + "0.24mm Draft @SeeMeCNC Artemis 0.4", + "0.24mm Draft @SeeMeCNC BOSSdelta 300 0.4", + "0.24mm Draft @SeeMeCNC BOSSdelta 500 0505 0.4", + "0.24mm Draft @SeeMeCNC BOSSdelta 500 0510 0.4", + "0.24mm Draft @SeeMeCNC BOSSdelta 500 0521 0.4", + "0.24mm Draft @SeeMeCNC RostockMAX v3.2 0.4", + "0.24mm Draft @SeeMeCNC RostockMAX v4 0.4", + "0.28mm Extra Draft @SeeMeCNC Artemis 0.4", + "0.28mm Extra Draft @SeeMeCNC BOSSdelta 300 0.4", + "0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.4", + "0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.4", + "0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.4", + "0.28mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.4", + "0.28mm Extra Draft @SeeMeCNC RostockMAX v4 0.4" + ], + "compatible_prints_condition": "", + "filament_retraction_length": [ + "5" + ], + "filament_z_hop": [ + "0.2" + ], + "filament_retraction_speed": [ + "40" + ], + "filament_deretraction_speed": [ + "30" + ], + "filament_id": "SMCFG00104" +} diff --git a/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PETG_0_5mm.json b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PETG_0_5mm.json new file mode 100644 index 0000000000..d61dbfce4f --- /dev/null +++ b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PETG_0_5mm.json @@ -0,0 +1,64 @@ +{ + "type": "filament", + "name": "SeeMeCNC PETG 0.5 nozzle", + "inherits": "SeeMeCNC PETG", + "from": "System", + "instantiation": "true", + "filament_settings_id": [ + "SeeMeCNC PETG 0.5 nozzle" + ], + "compatible_printers": [ + "SeeMeCNC Artemis 0.5 nozzle", + "SeeMeCNC BOSSdelta 500 0505 0.5 nozzle", + "SeeMeCNC BOSSdelta 500 0510 0.5 nozzle", + "SeeMeCNC BOSSdelta 500 0521 0.5 nozzle", + "SeeMeCNC BOSSdelta 300 0.5 nozzle", + "SeeMeCNC RostockMAX v3.2 0.5 nozzle", + "SeeMeCNC RostockMAX v4 0.5 nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [ + "0.20mm Fine @SeeMeCNC Artemis 0.5", + "0.20mm Fine @SeeMeCNC BOSSdelta 300 0.5", + "0.20mm Fine @SeeMeCNC BOSSdelta 500 0505 0.5", + "0.20mm Fine @SeeMeCNC BOSSdelta 500 0510 0.5", + "0.20mm Fine @SeeMeCNC BOSSdelta 500 0521 0.5", + "0.20mm Fine @SeeMeCNC RostockMAX v3.2 0.5", + "0.20mm Fine @SeeMeCNC RostockMAX v4 0.5", + "0.25mm Standard @SeeMeCNC Artemis 0.5", + "0.25mm Standard @SeeMeCNC BOSSdelta 300 0.5", + "0.25mm Standard @SeeMeCNC BOSSdelta 500 0505 0.5", + "0.25mm Standard @SeeMeCNC BOSSdelta 500 0510 0.5", + "0.25mm Standard @SeeMeCNC BOSSdelta 500 0521 0.5", + "0.25mm Standard @SeeMeCNC RostockMAX v3.2 0.5", + "0.25mm Standard @SeeMeCNC RostockMAX v4 0.5", + "0.30mm Draft @SeeMeCNC Artemis 0.5", + "0.30mm Draft @SeeMeCNC BOSSdelta 300 0.5", + "0.30mm Draft @SeeMeCNC BOSSdelta 500 0505 0.5", + "0.30mm Draft @SeeMeCNC BOSSdelta 500 0510 0.5", + "0.30mm Draft @SeeMeCNC BOSSdelta 500 0521 0.5", + "0.30mm Draft @SeeMeCNC RostockMAX v3.2 0.5", + "0.30mm Draft @SeeMeCNC RostockMAX v4 0.5", + "0.35mm Extra Draft @SeeMeCNC Artemis 0.5", + "0.35mm Extra Draft @SeeMeCNC BOSSdelta 300 0.5", + "0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.5", + "0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.5", + "0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.5", + "0.35mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.5", + "0.35mm Extra Draft @SeeMeCNC RostockMAX v4 0.5" + ], + "compatible_prints_condition": "", + "filament_retraction_length": [ + "6" + ], + "filament_z_hop": [ + "0.3" + ], + "filament_retraction_speed": [ + "40" + ], + "filament_deretraction_speed": [ + "30" + ], + "filament_id": "SMCFG00105" +} diff --git a/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PETG_0_7mm.json b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PETG_0_7mm.json new file mode 100644 index 0000000000..ddf7d5b3d5 --- /dev/null +++ b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PETG_0_7mm.json @@ -0,0 +1,64 @@ +{ + "type": "filament", + "name": "SeeMeCNC PETG 0.7 nozzle", + "inherits": "SeeMeCNC PETG", + "from": "System", + "instantiation": "true", + "filament_settings_id": [ + "SeeMeCNC PETG 0.7 nozzle" + ], + "compatible_printers": [ + "SeeMeCNC Artemis 0.7 nozzle", + "SeeMeCNC BOSSdelta 500 0505 0.7 nozzle", + "SeeMeCNC BOSSdelta 500 0510 0.7 nozzle", + "SeeMeCNC BOSSdelta 500 0521 0.7 nozzle", + "SeeMeCNC BOSSdelta 300 0.7 nozzle", + "SeeMeCNC RostockMAX v3.2 0.7 nozzle", + "SeeMeCNC RostockMAX v4 0.7 nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [ + "0.28mm Fine @SeeMeCNC Artemis 0.7", + "0.28mm Fine @SeeMeCNC BOSSdelta 300 0.7", + "0.28mm Fine @SeeMeCNC BOSSdelta 500 0505 0.7", + "0.28mm Fine @SeeMeCNC BOSSdelta 500 0510 0.7", + "0.28mm Fine @SeeMeCNC BOSSdelta 500 0521 0.7", + "0.28mm Fine @SeeMeCNC RostockMAX v3.2 0.7", + "0.28mm Fine @SeeMeCNC RostockMAX v4 0.7", + "0.35mm Standard @SeeMeCNC Artemis 0.7", + "0.35mm Standard @SeeMeCNC BOSSdelta 300 0.7", + "0.35mm Standard @SeeMeCNC BOSSdelta 500 0505 0.7", + "0.35mm Standard @SeeMeCNC BOSSdelta 500 0510 0.7", + "0.35mm Standard @SeeMeCNC BOSSdelta 500 0521 0.7", + "0.35mm Standard @SeeMeCNC RostockMAX v3.2 0.7", + "0.35mm Standard @SeeMeCNC RostockMAX v4 0.7", + "0.42mm Draft @SeeMeCNC Artemis 0.7", + "0.42mm Draft @SeeMeCNC BOSSdelta 300 0.7", + "0.42mm Draft @SeeMeCNC BOSSdelta 500 0505 0.7", + "0.42mm Draft @SeeMeCNC BOSSdelta 500 0510 0.7", + "0.42mm Draft @SeeMeCNC BOSSdelta 500 0521 0.7", + "0.42mm Draft @SeeMeCNC RostockMAX v3.2 0.7", + "0.42mm Draft @SeeMeCNC RostockMAX v4 0.7", + "0.49mm Extra Draft @SeeMeCNC Artemis 0.7", + "0.49mm Extra Draft @SeeMeCNC BOSSdelta 300 0.7", + "0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.7", + "0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.7", + "0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.7", + "0.49mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.7", + "0.49mm Extra Draft @SeeMeCNC RostockMAX v4 0.7" + ], + "compatible_prints_condition": "", + "filament_retraction_length": [ + "6" + ], + "filament_z_hop": [ + "0.4" + ], + "filament_retraction_speed": [ + "40" + ], + "filament_deretraction_speed": [ + "30" + ], + "filament_id": "SMCFG00107" +} diff --git a/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PETG_1_0mm.json b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PETG_1_0mm.json new file mode 100644 index 0000000000..b02bb4f641 --- /dev/null +++ b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PETG_1_0mm.json @@ -0,0 +1,64 @@ +{ + "type": "filament", + "name": "SeeMeCNC PETG 1.0 nozzle", + "inherits": "SeeMeCNC PETG", + "from": "System", + "instantiation": "true", + "filament_settings_id": [ + "SeeMeCNC PETG 1.0 nozzle" + ], + "compatible_printers": [ + "SeeMeCNC Artemis 1.0 nozzle", + "SeeMeCNC BOSSdelta 500 0505 1.0 nozzle", + "SeeMeCNC BOSSdelta 500 0510 1.0 nozzle", + "SeeMeCNC BOSSdelta 500 0521 1.0 nozzle", + "SeeMeCNC BOSSdelta 300 1.0 nozzle", + "SeeMeCNC RostockMAX v3.2 1.0 nozzle", + "SeeMeCNC RostockMAX v4 1.0 nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [ + "0.40mm Fine @SeeMeCNC Artemis 1.0", + "0.40mm Fine @SeeMeCNC BOSSdelta 300 1.0", + "0.40mm Fine @SeeMeCNC BOSSdelta 500 0505 1.0", + "0.40mm Fine @SeeMeCNC BOSSdelta 500 0510 1.0", + "0.40mm Fine @SeeMeCNC BOSSdelta 500 0521 1.0", + "0.40mm Fine @SeeMeCNC RostockMAX v3.2 1.0", + "0.40mm Fine @SeeMeCNC RostockMAX v4 1.0", + "0.50mm Standard @SeeMeCNC Artemis 1.0", + "0.50mm Standard @SeeMeCNC BOSSdelta 300 1.0", + "0.50mm Standard @SeeMeCNC BOSSdelta 500 0505 1.0", + "0.50mm Standard @SeeMeCNC BOSSdelta 500 0510 1.0", + "0.50mm Standard @SeeMeCNC BOSSdelta 500 0521 1.0", + "0.50mm Standard @SeeMeCNC RostockMAX v3.2 1.0", + "0.50mm Standard @SeeMeCNC RostockMAX v4 1.0", + "0.60mm Draft @SeeMeCNC Artemis 1.0", + "0.60mm Draft @SeeMeCNC BOSSdelta 300 1.0", + "0.60mm Draft @SeeMeCNC BOSSdelta 500 0505 1.0", + "0.60mm Draft @SeeMeCNC BOSSdelta 500 0510 1.0", + "0.60mm Draft @SeeMeCNC BOSSdelta 500 0521 1.0", + "0.60mm Draft @SeeMeCNC RostockMAX v3.2 1.0", + "0.60mm Draft @SeeMeCNC RostockMAX v4 1.0", + "0.70mm Extra Draft @SeeMeCNC Artemis 1.0", + "0.70mm Extra Draft @SeeMeCNC BOSSdelta 300 1.0", + "0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 1.0", + "0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 1.0", + "0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 1.0", + "0.70mm Extra Draft @SeeMeCNC RostockMAX v3.2 1.0", + "0.70mm Extra Draft @SeeMeCNC RostockMAX v4 1.0" + ], + "compatible_prints_condition": "", + "filament_retraction_length": [ + "7" + ], + "filament_z_hop": [ + "0.5" + ], + "filament_retraction_speed": [ + "40" + ], + "filament_deretraction_speed": [ + "30" + ], + "filament_id": "SMCFG00110" +} diff --git a/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PETG_CF_0_4mm.json b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PETG_CF_0_4mm.json new file mode 100644 index 0000000000..8d3e4fe368 --- /dev/null +++ b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PETG_CF_0_4mm.json @@ -0,0 +1,64 @@ +{ + "type": "filament", + "name": "SeeMeCNC PETG-CF 0.4 nozzle", + "inherits": "SeeMeCNC PETG-CF", + "from": "System", + "instantiation": "true", + "filament_settings_id": [ + "SeeMeCNC PETG-CF 0.4 nozzle" + ], + "compatible_printers": [ + "SeeMeCNC Artemis 0.4 nozzle", + "SeeMeCNC BOSSdelta 500 0505 0.4 nozzle", + "SeeMeCNC BOSSdelta 500 0510 0.4 nozzle", + "SeeMeCNC BOSSdelta 500 0521 0.4 nozzle", + "SeeMeCNC BOSSdelta 300 0.4 nozzle", + "SeeMeCNC RostockMAX v3.2 0.4 nozzle", + "SeeMeCNC RostockMAX v4 0.4 nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [ + "0.16mm Fine @SeeMeCNC Artemis 0.4", + "0.16mm Fine @SeeMeCNC BOSSdelta 300 0.4", + "0.16mm Fine @SeeMeCNC BOSSdelta 500 0505 0.4", + "0.16mm Fine @SeeMeCNC BOSSdelta 500 0510 0.4", + "0.16mm Fine @SeeMeCNC BOSSdelta 500 0521 0.4", + "0.16mm Fine @SeeMeCNC RostockMAX v3.2 0.4", + "0.16mm Fine @SeeMeCNC RostockMAX v4 0.4", + "0.20mm Standard @SeeMeCNC Artemis 0.4", + "0.20mm Standard @SeeMeCNC BOSSdelta 300 0.4", + "0.20mm Standard @SeeMeCNC BOSSdelta 500 0505 0.4", + "0.20mm Standard @SeeMeCNC BOSSdelta 500 0510 0.4", + "0.20mm Standard @SeeMeCNC BOSSdelta 500 0521 0.4", + "0.20mm Standard @SeeMeCNC RostockMAX v3.2 0.4", + "0.20mm Standard @SeeMeCNC RostockMAX v4 0.4", + "0.24mm Draft @SeeMeCNC Artemis 0.4", + "0.24mm Draft @SeeMeCNC BOSSdelta 300 0.4", + "0.24mm Draft @SeeMeCNC BOSSdelta 500 0505 0.4", + "0.24mm Draft @SeeMeCNC BOSSdelta 500 0510 0.4", + "0.24mm Draft @SeeMeCNC BOSSdelta 500 0521 0.4", + "0.24mm Draft @SeeMeCNC RostockMAX v3.2 0.4", + "0.24mm Draft @SeeMeCNC RostockMAX v4 0.4", + "0.28mm Extra Draft @SeeMeCNC Artemis 0.4", + "0.28mm Extra Draft @SeeMeCNC BOSSdelta 300 0.4", + "0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.4", + "0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.4", + "0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.4", + "0.28mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.4", + "0.28mm Extra Draft @SeeMeCNC RostockMAX v4 0.4" + ], + "compatible_prints_condition": "", + "filament_retraction_length": [ + "5" + ], + "filament_z_hop": [ + "0.2" + ], + "filament_retraction_speed": [ + "40" + ], + "filament_deretraction_speed": [ + "30" + ], + "filament_id": "SMCFG00204" +} diff --git a/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PETG_CF_0_5mm.json b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PETG_CF_0_5mm.json new file mode 100644 index 0000000000..4cbca3867d --- /dev/null +++ b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PETG_CF_0_5mm.json @@ -0,0 +1,64 @@ +{ + "type": "filament", + "name": "SeeMeCNC PETG-CF 0.5 nozzle", + "inherits": "SeeMeCNC PETG-CF", + "from": "System", + "instantiation": "true", + "filament_settings_id": [ + "SeeMeCNC PETG-CF 0.5 nozzle" + ], + "compatible_printers": [ + "SeeMeCNC Artemis 0.5 nozzle", + "SeeMeCNC BOSSdelta 500 0505 0.5 nozzle", + "SeeMeCNC BOSSdelta 500 0510 0.5 nozzle", + "SeeMeCNC BOSSdelta 500 0521 0.5 nozzle", + "SeeMeCNC BOSSdelta 300 0.5 nozzle", + "SeeMeCNC RostockMAX v3.2 0.5 nozzle", + "SeeMeCNC RostockMAX v4 0.5 nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [ + "0.20mm Fine @SeeMeCNC Artemis 0.5", + "0.20mm Fine @SeeMeCNC BOSSdelta 300 0.5", + "0.20mm Fine @SeeMeCNC BOSSdelta 500 0505 0.5", + "0.20mm Fine @SeeMeCNC BOSSdelta 500 0510 0.5", + "0.20mm Fine @SeeMeCNC BOSSdelta 500 0521 0.5", + "0.20mm Fine @SeeMeCNC RostockMAX v3.2 0.5", + "0.20mm Fine @SeeMeCNC RostockMAX v4 0.5", + "0.25mm Standard @SeeMeCNC Artemis 0.5", + "0.25mm Standard @SeeMeCNC BOSSdelta 300 0.5", + "0.25mm Standard @SeeMeCNC BOSSdelta 500 0505 0.5", + "0.25mm Standard @SeeMeCNC BOSSdelta 500 0510 0.5", + "0.25mm Standard @SeeMeCNC BOSSdelta 500 0521 0.5", + "0.25mm Standard @SeeMeCNC RostockMAX v3.2 0.5", + "0.25mm Standard @SeeMeCNC RostockMAX v4 0.5", + "0.30mm Draft @SeeMeCNC Artemis 0.5", + "0.30mm Draft @SeeMeCNC BOSSdelta 300 0.5", + "0.30mm Draft @SeeMeCNC BOSSdelta 500 0505 0.5", + "0.30mm Draft @SeeMeCNC BOSSdelta 500 0510 0.5", + "0.30mm Draft @SeeMeCNC BOSSdelta 500 0521 0.5", + "0.30mm Draft @SeeMeCNC RostockMAX v3.2 0.5", + "0.30mm Draft @SeeMeCNC RostockMAX v4 0.5", + "0.35mm Extra Draft @SeeMeCNC Artemis 0.5", + "0.35mm Extra Draft @SeeMeCNC BOSSdelta 300 0.5", + "0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.5", + "0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.5", + "0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.5", + "0.35mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.5", + "0.35mm Extra Draft @SeeMeCNC RostockMAX v4 0.5" + ], + "compatible_prints_condition": "", + "filament_retraction_length": [ + "5" + ], + "filament_z_hop": [ + "0.3" + ], + "filament_retraction_speed": [ + "40" + ], + "filament_deretraction_speed": [ + "30" + ], + "filament_id": "SMCFG00205" +} diff --git a/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PETG_CF_0_7mm.json b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PETG_CF_0_7mm.json new file mode 100644 index 0000000000..c85fdc196e --- /dev/null +++ b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PETG_CF_0_7mm.json @@ -0,0 +1,64 @@ +{ + "type": "filament", + "name": "SeeMeCNC PETG-CF 0.7 nozzle", + "inherits": "SeeMeCNC PETG-CF", + "from": "System", + "instantiation": "true", + "filament_settings_id": [ + "SeeMeCNC PETG-CF 0.7 nozzle" + ], + "compatible_printers": [ + "SeeMeCNC Artemis 0.7 nozzle", + "SeeMeCNC BOSSdelta 500 0505 0.7 nozzle", + "SeeMeCNC BOSSdelta 500 0510 0.7 nozzle", + "SeeMeCNC BOSSdelta 500 0521 0.7 nozzle", + "SeeMeCNC BOSSdelta 300 0.7 nozzle", + "SeeMeCNC RostockMAX v3.2 0.7 nozzle", + "SeeMeCNC RostockMAX v4 0.7 nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [ + "0.28mm Fine @SeeMeCNC Artemis 0.7", + "0.28mm Fine @SeeMeCNC BOSSdelta 300 0.7", + "0.28mm Fine @SeeMeCNC BOSSdelta 500 0505 0.7", + "0.28mm Fine @SeeMeCNC BOSSdelta 500 0510 0.7", + "0.28mm Fine @SeeMeCNC BOSSdelta 500 0521 0.7", + "0.28mm Fine @SeeMeCNC RostockMAX v3.2 0.7", + "0.28mm Fine @SeeMeCNC RostockMAX v4 0.7", + "0.35mm Standard @SeeMeCNC Artemis 0.7", + "0.35mm Standard @SeeMeCNC BOSSdelta 300 0.7", + "0.35mm Standard @SeeMeCNC BOSSdelta 500 0505 0.7", + "0.35mm Standard @SeeMeCNC BOSSdelta 500 0510 0.7", + "0.35mm Standard @SeeMeCNC BOSSdelta 500 0521 0.7", + "0.35mm Standard @SeeMeCNC RostockMAX v3.2 0.7", + "0.35mm Standard @SeeMeCNC RostockMAX v4 0.7", + "0.42mm Draft @SeeMeCNC Artemis 0.7", + "0.42mm Draft @SeeMeCNC BOSSdelta 300 0.7", + "0.42mm Draft @SeeMeCNC BOSSdelta 500 0505 0.7", + "0.42mm Draft @SeeMeCNC BOSSdelta 500 0510 0.7", + "0.42mm Draft @SeeMeCNC BOSSdelta 500 0521 0.7", + "0.42mm Draft @SeeMeCNC RostockMAX v3.2 0.7", + "0.42mm Draft @SeeMeCNC RostockMAX v4 0.7", + "0.49mm Extra Draft @SeeMeCNC Artemis 0.7", + "0.49mm Extra Draft @SeeMeCNC BOSSdelta 300 0.7", + "0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.7", + "0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.7", + "0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.7", + "0.49mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.7", + "0.49mm Extra Draft @SeeMeCNC RostockMAX v4 0.7" + ], + "compatible_prints_condition": "", + "filament_retraction_length": [ + "6" + ], + "filament_z_hop": [ + "0.4" + ], + "filament_retraction_speed": [ + "40" + ], + "filament_deretraction_speed": [ + "30" + ], + "filament_id": "SMCFG00207" +} diff --git a/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PETG_CF_1_0mm.json b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PETG_CF_1_0mm.json new file mode 100644 index 0000000000..07d11ec271 --- /dev/null +++ b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PETG_CF_1_0mm.json @@ -0,0 +1,64 @@ +{ + "type": "filament", + "name": "SeeMeCNC PETG-CF 1.0 nozzle", + "inherits": "SeeMeCNC PETG-CF", + "from": "System", + "instantiation": "true", + "filament_settings_id": [ + "SeeMeCNC PETG-CF 1.0 nozzle" + ], + "compatible_printers": [ + "SeeMeCNC Artemis 1.0 nozzle", + "SeeMeCNC BOSSdelta 500 0505 1.0 nozzle", + "SeeMeCNC BOSSdelta 500 0510 1.0 nozzle", + "SeeMeCNC BOSSdelta 500 0521 1.0 nozzle", + "SeeMeCNC BOSSdelta 300 1.0 nozzle", + "SeeMeCNC RostockMAX v3.2 1.0 nozzle", + "SeeMeCNC RostockMAX v4 1.0 nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [ + "0.40mm Fine @SeeMeCNC Artemis 1.0", + "0.40mm Fine @SeeMeCNC BOSSdelta 300 1.0", + "0.40mm Fine @SeeMeCNC BOSSdelta 500 0505 1.0", + "0.40mm Fine @SeeMeCNC BOSSdelta 500 0510 1.0", + "0.40mm Fine @SeeMeCNC BOSSdelta 500 0521 1.0", + "0.40mm Fine @SeeMeCNC RostockMAX v3.2 1.0", + "0.40mm Fine @SeeMeCNC RostockMAX v4 1.0", + "0.50mm Standard @SeeMeCNC Artemis 1.0", + "0.50mm Standard @SeeMeCNC BOSSdelta 300 1.0", + "0.50mm Standard @SeeMeCNC BOSSdelta 500 0505 1.0", + "0.50mm Standard @SeeMeCNC BOSSdelta 500 0510 1.0", + "0.50mm Standard @SeeMeCNC BOSSdelta 500 0521 1.0", + "0.50mm Standard @SeeMeCNC RostockMAX v3.2 1.0", + "0.50mm Standard @SeeMeCNC RostockMAX v4 1.0", + "0.60mm Draft @SeeMeCNC Artemis 1.0", + "0.60mm Draft @SeeMeCNC BOSSdelta 300 1.0", + "0.60mm Draft @SeeMeCNC BOSSdelta 500 0505 1.0", + "0.60mm Draft @SeeMeCNC BOSSdelta 500 0510 1.0", + "0.60mm Draft @SeeMeCNC BOSSdelta 500 0521 1.0", + "0.60mm Draft @SeeMeCNC RostockMAX v3.2 1.0", + "0.60mm Draft @SeeMeCNC RostockMAX v4 1.0", + "0.70mm Extra Draft @SeeMeCNC Artemis 1.0", + "0.70mm Extra Draft @SeeMeCNC BOSSdelta 300 1.0", + "0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 1.0", + "0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 1.0", + "0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 1.0", + "0.70mm Extra Draft @SeeMeCNC RostockMAX v3.2 1.0", + "0.70mm Extra Draft @SeeMeCNC RostockMAX v4 1.0" + ], + "compatible_prints_condition": "", + "filament_retraction_length": [ + "6" + ], + "filament_z_hop": [ + "0.5" + ], + "filament_retraction_speed": [ + "40" + ], + "filament_deretraction_speed": [ + "30" + ], + "filament_id": "SMCFG00210" +} diff --git a/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PLA.json b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PLA.json index 88065139a5..58d3c485c2 100644 --- a/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PLA.json +++ b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PLA.json @@ -443,5 +443,17 @@ "volumetric_speed_coefficients": [ "" ], - "description": "SeeMeCNC configurations" + "description": "SeeMeCNC configurations", + "filament_retraction_length": [ + "5" + ], + "filament_z_hop": [ + "0.3" + ], + "filament_retraction_speed": [ + "45" + ], + "filament_deretraction_speed": [ + "35" + ] } diff --git a/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PLA_0_4mm.json b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PLA_0_4mm.json new file mode 100644 index 0000000000..fa7a453816 --- /dev/null +++ b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PLA_0_4mm.json @@ -0,0 +1,64 @@ +{ + "type": "filament", + "name": "SeeMeCNC PLA 0.4 nozzle", + "inherits": "SeeMeCNC PLA", + "from": "System", + "instantiation": "true", + "filament_settings_id": [ + "SeeMeCNC PLA 0.4 nozzle" + ], + "compatible_printers": [ + "SeeMeCNC Artemis 0.4 nozzle", + "SeeMeCNC BOSSdelta 500 0505 0.4 nozzle", + "SeeMeCNC BOSSdelta 500 0510 0.4 nozzle", + "SeeMeCNC BOSSdelta 500 0521 0.4 nozzle", + "SeeMeCNC BOSSdelta 300 0.4 nozzle", + "SeeMeCNC RostockMAX v3.2 0.4 nozzle", + "SeeMeCNC RostockMAX v4 0.4 nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [ + "0.16mm Fine @SeeMeCNC Artemis 0.4", + "0.16mm Fine @SeeMeCNC BOSSdelta 300 0.4", + "0.16mm Fine @SeeMeCNC BOSSdelta 500 0505 0.4", + "0.16mm Fine @SeeMeCNC BOSSdelta 500 0510 0.4", + "0.16mm Fine @SeeMeCNC BOSSdelta 500 0521 0.4", + "0.16mm Fine @SeeMeCNC RostockMAX v3.2 0.4", + "0.16mm Fine @SeeMeCNC RostockMAX v4 0.4", + "0.20mm Standard @SeeMeCNC Artemis 0.4", + "0.20mm Standard @SeeMeCNC BOSSdelta 300 0.4", + "0.20mm Standard @SeeMeCNC BOSSdelta 500 0505 0.4", + "0.20mm Standard @SeeMeCNC BOSSdelta 500 0510 0.4", + "0.20mm Standard @SeeMeCNC BOSSdelta 500 0521 0.4", + "0.20mm Standard @SeeMeCNC RostockMAX v3.2 0.4", + "0.20mm Standard @SeeMeCNC RostockMAX v4 0.4", + "0.24mm Draft @SeeMeCNC Artemis 0.4", + "0.24mm Draft @SeeMeCNC BOSSdelta 300 0.4", + "0.24mm Draft @SeeMeCNC BOSSdelta 500 0505 0.4", + "0.24mm Draft @SeeMeCNC BOSSdelta 500 0510 0.4", + "0.24mm Draft @SeeMeCNC BOSSdelta 500 0521 0.4", + "0.24mm Draft @SeeMeCNC RostockMAX v3.2 0.4", + "0.24mm Draft @SeeMeCNC RostockMAX v4 0.4", + "0.28mm Extra Draft @SeeMeCNC Artemis 0.4", + "0.28mm Extra Draft @SeeMeCNC BOSSdelta 300 0.4", + "0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.4", + "0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.4", + "0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.4", + "0.28mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.4", + "0.28mm Extra Draft @SeeMeCNC RostockMAX v4 0.4" + ], + "compatible_prints_condition": "", + "filament_retraction_length": [ + "5" + ], + "filament_z_hop": [ + "0.2" + ], + "filament_retraction_speed": [ + "45" + ], + "filament_deretraction_speed": [ + "35" + ], + "filament_id": "SMCFL00104" +} diff --git a/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PLA_0_5mm.json b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PLA_0_5mm.json new file mode 100644 index 0000000000..66ae6ee1ec --- /dev/null +++ b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PLA_0_5mm.json @@ -0,0 +1,64 @@ +{ + "type": "filament", + "name": "SeeMeCNC PLA 0.5 nozzle", + "inherits": "SeeMeCNC PLA", + "from": "System", + "instantiation": "true", + "filament_settings_id": [ + "SeeMeCNC PLA 0.5 nozzle" + ], + "compatible_printers": [ + "SeeMeCNC Artemis 0.5 nozzle", + "SeeMeCNC BOSSdelta 500 0505 0.5 nozzle", + "SeeMeCNC BOSSdelta 500 0510 0.5 nozzle", + "SeeMeCNC BOSSdelta 500 0521 0.5 nozzle", + "SeeMeCNC BOSSdelta 300 0.5 nozzle", + "SeeMeCNC RostockMAX v3.2 0.5 nozzle", + "SeeMeCNC RostockMAX v4 0.5 nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [ + "0.20mm Fine @SeeMeCNC Artemis 0.5", + "0.20mm Fine @SeeMeCNC BOSSdelta 300 0.5", + "0.20mm Fine @SeeMeCNC BOSSdelta 500 0505 0.5", + "0.20mm Fine @SeeMeCNC BOSSdelta 500 0510 0.5", + "0.20mm Fine @SeeMeCNC BOSSdelta 500 0521 0.5", + "0.20mm Fine @SeeMeCNC RostockMAX v3.2 0.5", + "0.20mm Fine @SeeMeCNC RostockMAX v4 0.5", + "0.25mm Standard @SeeMeCNC Artemis 0.5", + "0.25mm Standard @SeeMeCNC BOSSdelta 300 0.5", + "0.25mm Standard @SeeMeCNC BOSSdelta 500 0505 0.5", + "0.25mm Standard @SeeMeCNC BOSSdelta 500 0510 0.5", + "0.25mm Standard @SeeMeCNC BOSSdelta 500 0521 0.5", + "0.25mm Standard @SeeMeCNC RostockMAX v3.2 0.5", + "0.25mm Standard @SeeMeCNC RostockMAX v4 0.5", + "0.30mm Draft @SeeMeCNC Artemis 0.5", + "0.30mm Draft @SeeMeCNC BOSSdelta 300 0.5", + "0.30mm Draft @SeeMeCNC BOSSdelta 500 0505 0.5", + "0.30mm Draft @SeeMeCNC BOSSdelta 500 0510 0.5", + "0.30mm Draft @SeeMeCNC BOSSdelta 500 0521 0.5", + "0.30mm Draft @SeeMeCNC RostockMAX v3.2 0.5", + "0.30mm Draft @SeeMeCNC RostockMAX v4 0.5", + "0.35mm Extra Draft @SeeMeCNC Artemis 0.5", + "0.35mm Extra Draft @SeeMeCNC BOSSdelta 300 0.5", + "0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.5", + "0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.5", + "0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.5", + "0.35mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.5", + "0.35mm Extra Draft @SeeMeCNC RostockMAX v4 0.5" + ], + "compatible_prints_condition": "", + "filament_retraction_length": [ + "5" + ], + "filament_z_hop": [ + "0.3" + ], + "filament_retraction_speed": [ + "45" + ], + "filament_deretraction_speed": [ + "35" + ], + "filament_id": "SMCFL00105" +} diff --git a/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PLA_0_7mm.json b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PLA_0_7mm.json new file mode 100644 index 0000000000..eba11caedc --- /dev/null +++ b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PLA_0_7mm.json @@ -0,0 +1,64 @@ +{ + "type": "filament", + "name": "SeeMeCNC PLA 0.7 nozzle", + "inherits": "SeeMeCNC PLA", + "from": "System", + "instantiation": "true", + "filament_settings_id": [ + "SeeMeCNC PLA 0.7 nozzle" + ], + "compatible_printers": [ + "SeeMeCNC Artemis 0.7 nozzle", + "SeeMeCNC BOSSdelta 500 0505 0.7 nozzle", + "SeeMeCNC BOSSdelta 500 0510 0.7 nozzle", + "SeeMeCNC BOSSdelta 500 0521 0.7 nozzle", + "SeeMeCNC BOSSdelta 300 0.7 nozzle", + "SeeMeCNC RostockMAX v3.2 0.7 nozzle", + "SeeMeCNC RostockMAX v4 0.7 nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [ + "0.28mm Fine @SeeMeCNC Artemis 0.7", + "0.28mm Fine @SeeMeCNC BOSSdelta 300 0.7", + "0.28mm Fine @SeeMeCNC BOSSdelta 500 0505 0.7", + "0.28mm Fine @SeeMeCNC BOSSdelta 500 0510 0.7", + "0.28mm Fine @SeeMeCNC BOSSdelta 500 0521 0.7", + "0.28mm Fine @SeeMeCNC RostockMAX v3.2 0.7", + "0.28mm Fine @SeeMeCNC RostockMAX v4 0.7", + "0.35mm Standard @SeeMeCNC Artemis 0.7", + "0.35mm Standard @SeeMeCNC BOSSdelta 300 0.7", + "0.35mm Standard @SeeMeCNC BOSSdelta 500 0505 0.7", + "0.35mm Standard @SeeMeCNC BOSSdelta 500 0510 0.7", + "0.35mm Standard @SeeMeCNC BOSSdelta 500 0521 0.7", + "0.35mm Standard @SeeMeCNC RostockMAX v3.2 0.7", + "0.35mm Standard @SeeMeCNC RostockMAX v4 0.7", + "0.42mm Draft @SeeMeCNC Artemis 0.7", + "0.42mm Draft @SeeMeCNC BOSSdelta 300 0.7", + "0.42mm Draft @SeeMeCNC BOSSdelta 500 0505 0.7", + "0.42mm Draft @SeeMeCNC BOSSdelta 500 0510 0.7", + "0.42mm Draft @SeeMeCNC BOSSdelta 500 0521 0.7", + "0.42mm Draft @SeeMeCNC RostockMAX v3.2 0.7", + "0.42mm Draft @SeeMeCNC RostockMAX v4 0.7", + "0.49mm Extra Draft @SeeMeCNC Artemis 0.7", + "0.49mm Extra Draft @SeeMeCNC BOSSdelta 300 0.7", + "0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.7", + "0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.7", + "0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.7", + "0.49mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.7", + "0.49mm Extra Draft @SeeMeCNC RostockMAX v4 0.7" + ], + "compatible_prints_condition": "", + "filament_retraction_length": [ + "6" + ], + "filament_z_hop": [ + "0.4" + ], + "filament_retraction_speed": [ + "45" + ], + "filament_deretraction_speed": [ + "35" + ], + "filament_id": "SMCFL00107" +} diff --git a/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PLA_1_0mm.json b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PLA_1_0mm.json new file mode 100644 index 0000000000..0e7f9484a2 --- /dev/null +++ b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_PLA_1_0mm.json @@ -0,0 +1,64 @@ +{ + "type": "filament", + "name": "SeeMeCNC PLA 1.0 nozzle", + "inherits": "SeeMeCNC PLA", + "from": "System", + "instantiation": "true", + "filament_settings_id": [ + "SeeMeCNC PLA 1.0 nozzle" + ], + "compatible_printers": [ + "SeeMeCNC Artemis 1.0 nozzle", + "SeeMeCNC BOSSdelta 500 0505 1.0 nozzle", + "SeeMeCNC BOSSdelta 500 0510 1.0 nozzle", + "SeeMeCNC BOSSdelta 500 0521 1.0 nozzle", + "SeeMeCNC BOSSdelta 300 1.0 nozzle", + "SeeMeCNC RostockMAX v3.2 1.0 nozzle", + "SeeMeCNC RostockMAX v4 1.0 nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [ + "0.40mm Fine @SeeMeCNC Artemis 1.0", + "0.40mm Fine @SeeMeCNC BOSSdelta 300 1.0", + "0.40mm Fine @SeeMeCNC BOSSdelta 500 0505 1.0", + "0.40mm Fine @SeeMeCNC BOSSdelta 500 0510 1.0", + "0.40mm Fine @SeeMeCNC BOSSdelta 500 0521 1.0", + "0.40mm Fine @SeeMeCNC RostockMAX v3.2 1.0", + "0.40mm Fine @SeeMeCNC RostockMAX v4 1.0", + "0.50mm Standard @SeeMeCNC Artemis 1.0", + "0.50mm Standard @SeeMeCNC BOSSdelta 300 1.0", + "0.50mm Standard @SeeMeCNC BOSSdelta 500 0505 1.0", + "0.50mm Standard @SeeMeCNC BOSSdelta 500 0510 1.0", + "0.50mm Standard @SeeMeCNC BOSSdelta 500 0521 1.0", + "0.50mm Standard @SeeMeCNC RostockMAX v3.2 1.0", + "0.50mm Standard @SeeMeCNC RostockMAX v4 1.0", + "0.60mm Draft @SeeMeCNC Artemis 1.0", + "0.60mm Draft @SeeMeCNC BOSSdelta 300 1.0", + "0.60mm Draft @SeeMeCNC BOSSdelta 500 0505 1.0", + "0.60mm Draft @SeeMeCNC BOSSdelta 500 0510 1.0", + "0.60mm Draft @SeeMeCNC BOSSdelta 500 0521 1.0", + "0.60mm Draft @SeeMeCNC RostockMAX v3.2 1.0", + "0.60mm Draft @SeeMeCNC RostockMAX v4 1.0", + "0.70mm Extra Draft @SeeMeCNC Artemis 1.0", + "0.70mm Extra Draft @SeeMeCNC BOSSdelta 300 1.0", + "0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 1.0", + "0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 1.0", + "0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 1.0", + "0.70mm Extra Draft @SeeMeCNC RostockMAX v3.2 1.0", + "0.70mm Extra Draft @SeeMeCNC RostockMAX v4 1.0" + ], + "compatible_prints_condition": "", + "filament_retraction_length": [ + "6" + ], + "filament_z_hop": [ + "0.5" + ], + "filament_retraction_speed": [ + "45" + ], + "filament_deretraction_speed": [ + "35" + ], + "filament_id": "SMCFL00110" +} diff --git a/resources/profiles/SeeMeCNC/filament/SeeMeCNC_TPU.json b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_TPU.json index 34327f0b91..357073d7f2 100644 --- a/resources/profiles/SeeMeCNC/filament/SeeMeCNC_TPU.json +++ b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_TPU.json @@ -141,13 +141,13 @@ "60" ], "filament_retraction_length": [ - "20" + "6" ], "filament_retraction_speed": [ - "120" + "30" ], "filament_deretraction_speed": [ - "120" + "25" ], "filament_retraction_minimum_travel": [ "15" @@ -162,7 +162,7 @@ "0" ], "filament_z_hop": [ - "0" + "0.3" ], "filament_z_hop_types": [ "Normal Lift" diff --git a/resources/profiles/SeeMeCNC/filament/SeeMeCNC_TPU_0_7mm.json b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_TPU_0_7mm.json new file mode 100644 index 0000000000..4dfd27f7f2 --- /dev/null +++ b/resources/profiles/SeeMeCNC/filament/SeeMeCNC_TPU_0_7mm.json @@ -0,0 +1,50 @@ +{ + "type": "filament", + "name": "SeeMeCNC TPU 0.7 nozzle", + "inherits": "SeeMeCNC TPU", + "from": "System", + "instantiation": "true", + "filament_settings_id": [ + "SeeMeCNC TPU 0.7 nozzle" + ], + "compatible_printers": [ + "SeeMeCNC Artemis 0.7 nozzle", + "SeeMeCNC BOSSdelta 500 0505 0.7 nozzle", + "SeeMeCNC BOSSdelta 500 0510 0.7 nozzle", + "SeeMeCNC BOSSdelta 500 0521 0.7 nozzle", + "SeeMeCNC BOSSdelta 300 0.7 nozzle", + "SeeMeCNC RostockMAX v3.2 0.7 nozzle", + "SeeMeCNC RostockMAX v4 0.7 nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [ + "0.30mm TPU Solid @SeeMeCNC Artemis 0.7", + "0.30mm TPU Solid @SeeMeCNC BOSSdelta 300 0.7", + "0.30mm TPU Solid @SeeMeCNC BOSSdelta 500 0505 0.7", + "0.30mm TPU Solid @SeeMeCNC BOSSdelta 500 0510 0.7", + "0.30mm TPU Solid @SeeMeCNC BOSSdelta 500 0521 0.7", + "0.30mm TPU Solid @SeeMeCNC RostockMAX v3.2 0.7", + "0.30mm TPU Solid @SeeMeCNC RostockMAX v4 0.7", + "0.35mm TPU Vase @SeeMeCNC Artemis 0.7", + "0.35mm TPU Vase @SeeMeCNC BOSSdelta 300 0.7", + "0.35mm TPU Vase @SeeMeCNC BOSSdelta 500 0505 0.7", + "0.35mm TPU Vase @SeeMeCNC BOSSdelta 500 0510 0.7", + "0.35mm TPU Vase @SeeMeCNC BOSSdelta 500 0521 0.7", + "0.35mm TPU Vase @SeeMeCNC RostockMAX v3.2 0.7", + "0.35mm TPU Vase @SeeMeCNC RostockMAX v4 0.7" + ], + "compatible_prints_condition": "", + "filament_retraction_length": [ + "7" + ], + "filament_z_hop": [ + "0.3" + ], + "filament_retraction_speed": [ + "30" + ], + "filament_deretraction_speed": [ + "30" + ], + "filament_id": "SMCFU00107" +} diff --git a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_Artemis_0_4mm.json b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_Artemis_0_4mm.json index d09e9f376e..e5522c8d6a 100644 --- a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_Artemis_0_4mm.json +++ b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_Artemis_0_4mm.json @@ -348,4 +348,4 @@ "model": "SeeMeCNC Artemis 300", "thumbnail": "SeeMeCNC Artemis 300_cover.png", "description": "SeeMeCNC configurations" -} +} \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_Artemis_0_5mm.json b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_Artemis_0_5mm.json index bf9e3c1e2a..a6433b74a7 100644 --- a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_Artemis_0_5mm.json +++ b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_Artemis_0_5mm.json @@ -348,4 +348,4 @@ "model": "SeeMeCNC Artemis 300", "thumbnail": "SeeMeCNC Artemis 300_cover.png", "description": "SeeMeCNC configurations" -} +} \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_Artemis_0_7mm.json b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_Artemis_0_7mm.json index 1e189118ef..9694739ef7 100644 --- a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_Artemis_0_7mm.json +++ b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_Artemis_0_7mm.json @@ -348,4 +348,4 @@ "model": "SeeMeCNC Artemis 300", "thumbnail": "SeeMeCNC Artemis 300_cover.png", "description": "SeeMeCNC configurations" -} +} \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_Artemis_1_0mm.json b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_Artemis_1_0mm.json index 9deb062a37..f75c2fe3e3 100644 --- a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_Artemis_1_0mm.json +++ b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_Artemis_1_0mm.json @@ -348,4 +348,4 @@ "model": "SeeMeCNC Artemis 300", "thumbnail": "SeeMeCNC Artemis 300_cover.png", "description": "SeeMeCNC configurations" -} +} \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0505_0_4mm.json b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0505_0_4mm.json index 3911e1dc29..df8a2e67fc 100644 --- a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0505_0_4mm.json +++ b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0505_0_4mm.json @@ -348,4 +348,4 @@ "model": "SeeMeCNC BOSSdelta 500 0505", "thumbnail": "SeeMeCNC BOSSdelta 500 0505_cover.png", "description": "SeeMeCNC configurations" -} +} \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0505_0_5mm.json b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0505_0_5mm.json index 874cdd3b65..8e90d45e20 100644 --- a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0505_0_5mm.json +++ b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0505_0_5mm.json @@ -348,4 +348,4 @@ "model": "SeeMeCNC BOSSdelta 500 0505", "thumbnail": "SeeMeCNC BOSSdelta 500 0505_cover.png", "description": "SeeMeCNC configurations" -} +} \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0505_0_7mm.json b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0505_0_7mm.json index 648f15efab..ee0d003dc1 100644 --- a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0505_0_7mm.json +++ b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0505_0_7mm.json @@ -348,4 +348,4 @@ "model": "SeeMeCNC BOSSdelta 500 0505", "thumbnail": "SeeMeCNC BOSSdelta 500 0505_cover.png", "description": "SeeMeCNC configurations" -} +} \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0505_1_0mm.json b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0505_1_0mm.json index e1878aac4b..30ae87529e 100644 --- a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0505_1_0mm.json +++ b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0505_1_0mm.json @@ -348,4 +348,4 @@ "model": "SeeMeCNC BOSSdelta 500 0505", "thumbnail": "SeeMeCNC BOSSdelta 500 0505_cover.png", "description": "SeeMeCNC configurations" -} +} \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0510_0_4mm.json b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0510_0_4mm.json index a161d1aece..d4a71c9235 100644 --- a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0510_0_4mm.json +++ b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0510_0_4mm.json @@ -348,4 +348,4 @@ "model": "SeeMeCNC BOSSdelta 500 0510", "thumbnail": "SeeMeCNC BOSSdelta 500 0510_cover.png", "description": "SeeMeCNC configurations" -} +} \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0510_0_5mm.json b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0510_0_5mm.json index 41d6e5eeff..dd273e580c 100644 --- a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0510_0_5mm.json +++ b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0510_0_5mm.json @@ -348,4 +348,4 @@ "model": "SeeMeCNC BOSSdelta 500 0510", "thumbnail": "SeeMeCNC BOSSdelta 500 0510_cover.png", "description": "SeeMeCNC configurations" -} +} \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0510_0_7mm.json b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0510_0_7mm.json index e7d67f4ff8..3af4be169f 100644 --- a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0510_0_7mm.json +++ b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0510_0_7mm.json @@ -348,4 +348,4 @@ "model": "SeeMeCNC BOSSdelta 500 0510", "thumbnail": "SeeMeCNC BOSSdelta 500 0510_cover.png", "description": "SeeMeCNC configurations" -} +} \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0510_1_0mm.json b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0510_1_0mm.json index 39e8945cb1..8afd2fadb0 100644 --- a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0510_1_0mm.json +++ b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0510_1_0mm.json @@ -348,4 +348,4 @@ "model": "SeeMeCNC BOSSdelta 500 0510", "thumbnail": "SeeMeCNC BOSSdelta 500 0510_cover.png", "description": "SeeMeCNC configurations" -} +} \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0521_0_4mm.json b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0521_0_4mm.json index ea01fe1b58..f6902620ff 100644 --- a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0521_0_4mm.json +++ b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0521_0_4mm.json @@ -348,4 +348,4 @@ "model": "SeeMeCNC BOSSdelta 500 0521", "thumbnail": "SeeMeCNC BOSSdelta 500 0521_cover.png", "description": "SeeMeCNC configurations" -} +} \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0521_0_5mm.json b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0521_0_5mm.json index b7ebd27e1c..7f560fa01e 100644 --- a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0521_0_5mm.json +++ b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0521_0_5mm.json @@ -348,4 +348,4 @@ "model": "SeeMeCNC BOSSdelta 500 0521", "thumbnail": "SeeMeCNC BOSSdelta 500 0521_cover.png", "description": "SeeMeCNC configurations" -} +} \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0521_0_7mm.json b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0521_0_7mm.json index bb0b909f5e..6bdd076593 100644 --- a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0521_0_7mm.json +++ b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0521_0_7mm.json @@ -348,4 +348,4 @@ "model": "SeeMeCNC BOSSdelta 500 0521", "thumbnail": "SeeMeCNC BOSSdelta 500 0521_cover.png", "description": "SeeMeCNC configurations" -} +} \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0521_1_0mm.json b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0521_1_0mm.json index 6c308dfc32..4be11a95c3 100644 --- a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0521_1_0mm.json +++ b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta500_0521_1_0mm.json @@ -348,4 +348,4 @@ "model": "SeeMeCNC BOSSdelta 500 0521", "thumbnail": "SeeMeCNC BOSSdelta 500 0521_cover.png", "description": "SeeMeCNC configurations" -} +} \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta_300_0_4mm.json b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta_300_0_4mm.json index 8f63f8c97d..c4bb9d2b50 100644 --- a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta_300_0_4mm.json +++ b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta_300_0_4mm.json @@ -348,4 +348,4 @@ "model": "SeeMeCNC BOSSdelta 300", "thumbnail": "SeeMeCNC BOSSdelta 300_cover.png", "description": "SeeMeCNC configurations" -} +} \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta_300_0_5mm.json b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta_300_0_5mm.json index 2e3c6891fa..4b8857cf6c 100644 --- a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta_300_0_5mm.json +++ b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta_300_0_5mm.json @@ -348,4 +348,4 @@ "model": "SeeMeCNC BOSSdelta 300", "thumbnail": "SeeMeCNC BOSSdelta 300_cover.png", "description": "SeeMeCNC configurations" -} +} \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta_300_0_7mm.json b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta_300_0_7mm.json index ba36df00d2..83ecea436a 100644 --- a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta_300_0_7mm.json +++ b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta_300_0_7mm.json @@ -348,4 +348,4 @@ "model": "SeeMeCNC BOSSdelta 300", "thumbnail": "SeeMeCNC BOSSdelta 300_cover.png", "description": "SeeMeCNC configurations" -} +} \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta_300_1_0mm.json b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta_300_1_0mm.json index c9c7cfe489..30697c7a47 100644 --- a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta_300_1_0mm.json +++ b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_BOSSdelta_300_1_0mm.json @@ -348,4 +348,4 @@ "model": "SeeMeCNC BOSSdelta 300", "thumbnail": "SeeMeCNC BOSSdelta 300_cover.png", "description": "SeeMeCNC configurations" -} +} \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_RostockMAX_v3.2_0_4mm.json b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_RostockMAX_v3.2_0_4mm.json index de09d587c0..4b31e617d3 100644 --- a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_RostockMAX_v3.2_0_4mm.json +++ b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_RostockMAX_v3.2_0_4mm.json @@ -348,4 +348,4 @@ "model": "SeeMeCNC RostockMAX v3.2", "thumbnail": "SeeMeCNC RostockMAX v3.2_cover.png", "description": "SeeMeCNC configurations" -} +} \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_RostockMAX_v3.2_0_5mm.json b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_RostockMAX_v3.2_0_5mm.json index 8ee029401b..6b4228c6e2 100644 --- a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_RostockMAX_v3.2_0_5mm.json +++ b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_RostockMAX_v3.2_0_5mm.json @@ -348,4 +348,4 @@ "model": "SeeMeCNC RostockMAX v3.2", "thumbnail": "SeeMeCNC RostockMAX v3.2_cover.png", "description": "SeeMeCNC configurations" -} +} \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_RostockMAX_v3.2_0_7mm.json b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_RostockMAX_v3.2_0_7mm.json index 38114f1099..e1978066c4 100644 --- a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_RostockMAX_v3.2_0_7mm.json +++ b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_RostockMAX_v3.2_0_7mm.json @@ -348,4 +348,4 @@ "model": "SeeMeCNC RostockMAX v3.2", "thumbnail": "SeeMeCNC RostockMAX v3.2_cover.png", "description": "SeeMeCNC configurations" -} +} \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_RostockMAX_v3.2_1_0mm.json b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_RostockMAX_v3.2_1_0mm.json index 31ec6793e2..9f960a72bf 100644 --- a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_RostockMAX_v3.2_1_0mm.json +++ b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_RostockMAX_v3.2_1_0mm.json @@ -348,4 +348,4 @@ "model": "SeeMeCNC RostockMAX v3.2", "thumbnail": "SeeMeCNC RostockMAX v3.2_cover.png", "description": "SeeMeCNC configurations" -} +} \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_RostockMAX_v4_0_4mm.json b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_RostockMAX_v4_0_4mm.json index 18017a7ecf..58f7047482 100644 --- a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_RostockMAX_v4_0_4mm.json +++ b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_RostockMAX_v4_0_4mm.json @@ -348,4 +348,4 @@ "model": "SeeMeCNC RostockMAX v4", "thumbnail": "SeeMeCNC RostockMAX v4_cover.png", "description": "SeeMeCNC configurations" -} +} \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_RostockMAX_v4_0_5mm.json b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_RostockMAX_v4_0_5mm.json index 413cce5b8e..1fcca5dcaa 100644 --- a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_RostockMAX_v4_0_5mm.json +++ b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_RostockMAX_v4_0_5mm.json @@ -348,4 +348,4 @@ "model": "SeeMeCNC RostockMAX v4", "thumbnail": "SeeMeCNC RostockMAX v4_cover.png", "description": "SeeMeCNC configurations" -} +} \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_RostockMAX_v4_0_7mm.json b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_RostockMAX_v4_0_7mm.json index 9cf89c9270..82b83a92ab 100644 --- a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_RostockMAX_v4_0_7mm.json +++ b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_RostockMAX_v4_0_7mm.json @@ -348,4 +348,4 @@ "model": "SeeMeCNC RostockMAX v4", "thumbnail": "SeeMeCNC RostockMAX v4_cover.png", "description": "SeeMeCNC configurations" -} +} \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_RostockMAX_v4_1_0mm.json b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_RostockMAX_v4_1_0mm.json index 69316f794c..97437e4db9 100644 --- a/resources/profiles/SeeMeCNC/machine/SeeMeCNC_RostockMAX_v4_1_0mm.json +++ b/resources/profiles/SeeMeCNC/machine/SeeMeCNC_RostockMAX_v4_1_0mm.json @@ -348,4 +348,4 @@ "model": "SeeMeCNC RostockMAX v4", "thumbnail": "SeeMeCNC RostockMAX v4_cover.png", "description": "SeeMeCNC configurations" -} +} \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.16mm Fine @SeeMeCNC Artemis 0.4.json b/resources/profiles/SeeMeCNC/process/0.16mm Fine @SeeMeCNC Artemis 0.4.json index de8748025e..59fdf8b4d4 100644 --- a/resources/profiles/SeeMeCNC/process/0.16mm Fine @SeeMeCNC Artemis 0.4.json +++ b/resources/profiles/SeeMeCNC/process/0.16mm Fine @SeeMeCNC Artemis 0.4.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.16mm Fine @SeeMeCNC Artemis 0.4", - "inherits": "SeeMeCNC process base 0.4mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.16mm Fine @SeeMeCNC Artemis 0.4", - "compatible_printers": [ - "SeeMeCNC Artemis 0.4 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.2", - "layer_height": "0.16", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.16mm Fine @SeeMeCNC Artemis 0.4", + "inherits": "SeeMeCNC process base 0.4mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.16mm Fine @SeeMeCNC Artemis 0.4", + "compatible_printers": [ + "SeeMeCNC Artemis 0.4 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.2", + "layer_height": "0.16", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.16mm Fine @SeeMeCNC BOSSdelta 300 0.4.json b/resources/profiles/SeeMeCNC/process/0.16mm Fine @SeeMeCNC BOSSdelta 300 0.4.json index 8a0adf4dda..54ff8c4cfc 100644 --- a/resources/profiles/SeeMeCNC/process/0.16mm Fine @SeeMeCNC BOSSdelta 300 0.4.json +++ b/resources/profiles/SeeMeCNC/process/0.16mm Fine @SeeMeCNC BOSSdelta 300 0.4.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.16mm Fine @SeeMeCNC BOSSdelta 300 0.4", - "inherits": "SeeMeCNC process base 0.4mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.16mm Fine @SeeMeCNC BOSSdelta 300 0.4", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 300 0.4 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.2", - "layer_height": "0.16", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.16mm Fine @SeeMeCNC BOSSdelta 300 0.4", + "inherits": "SeeMeCNC process base 0.4mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.16mm Fine @SeeMeCNC BOSSdelta 300 0.4", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 300 0.4 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.2", + "layer_height": "0.16", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.16mm Fine @SeeMeCNC BOSSdelta 500 0505 0.4.json b/resources/profiles/SeeMeCNC/process/0.16mm Fine @SeeMeCNC BOSSdelta 500 0505 0.4.json index 007ecb6e36..f6ff1e0eaa 100644 --- a/resources/profiles/SeeMeCNC/process/0.16mm Fine @SeeMeCNC BOSSdelta 500 0505 0.4.json +++ b/resources/profiles/SeeMeCNC/process/0.16mm Fine @SeeMeCNC BOSSdelta 500 0505 0.4.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.16mm Fine @SeeMeCNC BOSSdelta 500 0505 0.4", - "inherits": "SeeMeCNC process base 0.4mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.16mm Fine @SeeMeCNC BOSSdelta 500 0505 0.4", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0505 0.4 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.2", - "layer_height": "0.16", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.16mm Fine @SeeMeCNC BOSSdelta 500 0505 0.4", + "inherits": "SeeMeCNC process base 0.4mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.16mm Fine @SeeMeCNC BOSSdelta 500 0505 0.4", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0505 0.4 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.2", + "layer_height": "0.16", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.16mm Fine @SeeMeCNC BOSSdelta 500 0510 0.4.json b/resources/profiles/SeeMeCNC/process/0.16mm Fine @SeeMeCNC BOSSdelta 500 0510 0.4.json index 647576648d..0e9b78fec8 100644 --- a/resources/profiles/SeeMeCNC/process/0.16mm Fine @SeeMeCNC BOSSdelta 500 0510 0.4.json +++ b/resources/profiles/SeeMeCNC/process/0.16mm Fine @SeeMeCNC BOSSdelta 500 0510 0.4.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.16mm Fine @SeeMeCNC BOSSdelta 500 0510 0.4", - "inherits": "SeeMeCNC process base 0.4mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.16mm Fine @SeeMeCNC BOSSdelta 500 0510 0.4", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0510 0.4 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.2", - "layer_height": "0.16", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.16mm Fine @SeeMeCNC BOSSdelta 500 0510 0.4", + "inherits": "SeeMeCNC process base 0.4mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.16mm Fine @SeeMeCNC BOSSdelta 500 0510 0.4", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0510 0.4 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.2", + "layer_height": "0.16", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.16mm Fine @SeeMeCNC BOSSdelta 500 0521 0.4.json b/resources/profiles/SeeMeCNC/process/0.16mm Fine @SeeMeCNC BOSSdelta 500 0521 0.4.json index 97b1e60abd..0fb934b173 100644 --- a/resources/profiles/SeeMeCNC/process/0.16mm Fine @SeeMeCNC BOSSdelta 500 0521 0.4.json +++ b/resources/profiles/SeeMeCNC/process/0.16mm Fine @SeeMeCNC BOSSdelta 500 0521 0.4.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.16mm Fine @SeeMeCNC BOSSdelta 500 0521 0.4", - "inherits": "SeeMeCNC process base 0.4mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.16mm Fine @SeeMeCNC BOSSdelta 500 0521 0.4", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0521 0.4 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.2", - "layer_height": "0.16", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.16mm Fine @SeeMeCNC BOSSdelta 500 0521 0.4", + "inherits": "SeeMeCNC process base 0.4mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.16mm Fine @SeeMeCNC BOSSdelta 500 0521 0.4", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0521 0.4 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.2", + "layer_height": "0.16", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.16mm Fine @SeeMeCNC RostockMAX v3.2 0.4.json b/resources/profiles/SeeMeCNC/process/0.16mm Fine @SeeMeCNC RostockMAX v3.2 0.4.json index a4a4c91b24..722900d15a 100644 --- a/resources/profiles/SeeMeCNC/process/0.16mm Fine @SeeMeCNC RostockMAX v3.2 0.4.json +++ b/resources/profiles/SeeMeCNC/process/0.16mm Fine @SeeMeCNC RostockMAX v3.2 0.4.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.16mm Fine @SeeMeCNC RostockMAX v3.2 0.4", - "inherits": "SeeMeCNC process base 0.4mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.16mm Fine @SeeMeCNC RostockMAX v3.2 0.4", - "compatible_printers": [ - "SeeMeCNC RostockMAX v3.2 0.4 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.2", - "layer_height": "0.16", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.16mm Fine @SeeMeCNC RostockMAX v3.2 0.4", + "inherits": "SeeMeCNC process base 0.4mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.16mm Fine @SeeMeCNC RostockMAX v3.2 0.4", + "compatible_printers": [ + "SeeMeCNC RostockMAX v3.2 0.4 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.2", + "layer_height": "0.16", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.16mm Fine @SeeMeCNC RostockMAX v4 0.4.json b/resources/profiles/SeeMeCNC/process/0.16mm Fine @SeeMeCNC RostockMAX v4 0.4.json index 5a2e49b4b0..d5ff363f41 100644 --- a/resources/profiles/SeeMeCNC/process/0.16mm Fine @SeeMeCNC RostockMAX v4 0.4.json +++ b/resources/profiles/SeeMeCNC/process/0.16mm Fine @SeeMeCNC RostockMAX v4 0.4.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.16mm Fine @SeeMeCNC RostockMAX v4 0.4", - "inherits": "SeeMeCNC process base 0.4mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.16mm Fine @SeeMeCNC RostockMAX v4 0.4", - "compatible_printers": [ - "SeeMeCNC RostockMAX v4 0.4 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.2", - "layer_height": "0.16", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.16mm Fine @SeeMeCNC RostockMAX v4 0.4", + "inherits": "SeeMeCNC process base 0.4mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.16mm Fine @SeeMeCNC RostockMAX v4 0.4", + "compatible_printers": [ + "SeeMeCNC RostockMAX v4 0.4 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.2", + "layer_height": "0.16", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.20mm Draft @SeeMeCNC RostockMAX v3.2 0.4.json b/resources/profiles/SeeMeCNC/process/0.20mm Draft @SeeMeCNC RostockMAX v3.2 0.4.json index a1e341d388..e9ba63d758 100644 --- a/resources/profiles/SeeMeCNC/process/0.20mm Draft @SeeMeCNC RostockMAX v3.2 0.4.json +++ b/resources/profiles/SeeMeCNC/process/0.20mm Draft @SeeMeCNC RostockMAX v3.2 0.4.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.20mm Draft @SeeMeCNC RostockMAX v3.2 0.4", - "inherits": "SeeMeCNC process base 0.4mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.20mm Draft @SeeMeCNC RostockMAX v3.2 0.4", - "compatible_printers": [ - "SeeMeCNC RostockMAX v3.2 0.4 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.2", - "layer_height": "0.2", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.20mm Draft @SeeMeCNC RostockMAX v3.2 0.4", + "inherits": "SeeMeCNC process base 0.4mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.20mm Draft @SeeMeCNC RostockMAX v3.2 0.4", + "compatible_printers": [ + "SeeMeCNC RostockMAX v3.2 0.4 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.2", + "layer_height": "0.2", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.20mm Fine @SeeMeCNC Artemis 0.5.json b/resources/profiles/SeeMeCNC/process/0.20mm Fine @SeeMeCNC Artemis 0.5.json index cebe5d4e7e..9a994b34e9 100644 --- a/resources/profiles/SeeMeCNC/process/0.20mm Fine @SeeMeCNC Artemis 0.5.json +++ b/resources/profiles/SeeMeCNC/process/0.20mm Fine @SeeMeCNC Artemis 0.5.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.20mm Fine @SeeMeCNC Artemis 0.5", - "inherits": "SeeMeCNC process base 0.5mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.20mm Fine @SeeMeCNC Artemis 0.5", - "compatible_printers": [ - "SeeMeCNC Artemis 0.5 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.25", - "layer_height": "0.2", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.20mm Fine @SeeMeCNC Artemis 0.5", + "inherits": "SeeMeCNC process base 0.5mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.20mm Fine @SeeMeCNC Artemis 0.5", + "compatible_printers": [ + "SeeMeCNC Artemis 0.5 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.25", + "layer_height": "0.2", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.20mm Fine @SeeMeCNC BOSSdelta 300 0.5.json b/resources/profiles/SeeMeCNC/process/0.20mm Fine @SeeMeCNC BOSSdelta 300 0.5.json index cc5817a88f..29ec2fcccc 100644 --- a/resources/profiles/SeeMeCNC/process/0.20mm Fine @SeeMeCNC BOSSdelta 300 0.5.json +++ b/resources/profiles/SeeMeCNC/process/0.20mm Fine @SeeMeCNC BOSSdelta 300 0.5.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.20mm Fine @SeeMeCNC BOSSdelta 300 0.5", - "inherits": "SeeMeCNC process base 0.5mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.20mm Fine @SeeMeCNC BOSSdelta 300 0.5", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 300 0.5 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.25", - "layer_height": "0.2", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.20mm Fine @SeeMeCNC BOSSdelta 300 0.5", + "inherits": "SeeMeCNC process base 0.5mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.20mm Fine @SeeMeCNC BOSSdelta 300 0.5", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 300 0.5 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.25", + "layer_height": "0.2", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.20mm Fine @SeeMeCNC BOSSdelta 500 0505 0.5.json b/resources/profiles/SeeMeCNC/process/0.20mm Fine @SeeMeCNC BOSSdelta 500 0505 0.5.json index 022ba1156f..7a06648b70 100644 --- a/resources/profiles/SeeMeCNC/process/0.20mm Fine @SeeMeCNC BOSSdelta 500 0505 0.5.json +++ b/resources/profiles/SeeMeCNC/process/0.20mm Fine @SeeMeCNC BOSSdelta 500 0505 0.5.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.20mm Fine @SeeMeCNC BOSSdelta 500 0505 0.5", - "inherits": "SeeMeCNC process base 0.5mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.20mm Fine @SeeMeCNC BOSSdelta 500 0505 0.5", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0505 0.5 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.25", - "layer_height": "0.2", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.20mm Fine @SeeMeCNC BOSSdelta 500 0505 0.5", + "inherits": "SeeMeCNC process base 0.5mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.20mm Fine @SeeMeCNC BOSSdelta 500 0505 0.5", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0505 0.5 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.25", + "layer_height": "0.2", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.20mm Fine @SeeMeCNC BOSSdelta 500 0510 0.5.json b/resources/profiles/SeeMeCNC/process/0.20mm Fine @SeeMeCNC BOSSdelta 500 0510 0.5.json index 16dc367b03..1cccbb0879 100644 --- a/resources/profiles/SeeMeCNC/process/0.20mm Fine @SeeMeCNC BOSSdelta 500 0510 0.5.json +++ b/resources/profiles/SeeMeCNC/process/0.20mm Fine @SeeMeCNC BOSSdelta 500 0510 0.5.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.20mm Fine @SeeMeCNC BOSSdelta 500 0510 0.5", - "inherits": "SeeMeCNC process base 0.5mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.20mm Fine @SeeMeCNC BOSSdelta 500 0510 0.5", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0510 0.5 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.25", - "layer_height": "0.2", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.20mm Fine @SeeMeCNC BOSSdelta 500 0510 0.5", + "inherits": "SeeMeCNC process base 0.5mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.20mm Fine @SeeMeCNC BOSSdelta 500 0510 0.5", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0510 0.5 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.25", + "layer_height": "0.2", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.20mm Fine @SeeMeCNC BOSSdelta 500 0521 0.5.json b/resources/profiles/SeeMeCNC/process/0.20mm Fine @SeeMeCNC BOSSdelta 500 0521 0.5.json index 1bbd0ddf0a..8caf4662a5 100644 --- a/resources/profiles/SeeMeCNC/process/0.20mm Fine @SeeMeCNC BOSSdelta 500 0521 0.5.json +++ b/resources/profiles/SeeMeCNC/process/0.20mm Fine @SeeMeCNC BOSSdelta 500 0521 0.5.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.20mm Fine @SeeMeCNC BOSSdelta 500 0521 0.5", - "inherits": "SeeMeCNC process base 0.5mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.20mm Fine @SeeMeCNC BOSSdelta 500 0521 0.5", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0521 0.5 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.25", - "layer_height": "0.2", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.20mm Fine @SeeMeCNC BOSSdelta 500 0521 0.5", + "inherits": "SeeMeCNC process base 0.5mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.20mm Fine @SeeMeCNC BOSSdelta 500 0521 0.5", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0521 0.5 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.25", + "layer_height": "0.2", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.20mm Fine @SeeMeCNC RostockMAX v3.2 0.5.json b/resources/profiles/SeeMeCNC/process/0.20mm Fine @SeeMeCNC RostockMAX v3.2 0.5.json index a246897953..bfd219cafe 100644 --- a/resources/profiles/SeeMeCNC/process/0.20mm Fine @SeeMeCNC RostockMAX v3.2 0.5.json +++ b/resources/profiles/SeeMeCNC/process/0.20mm Fine @SeeMeCNC RostockMAX v3.2 0.5.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.20mm Fine @SeeMeCNC RostockMAX v3.2 0.5", - "inherits": "SeeMeCNC process base 0.5mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.20mm Fine @SeeMeCNC RostockMAX v3.2 0.5", - "compatible_printers": [ - "SeeMeCNC RostockMAX v3.2 0.5 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.25", - "layer_height": "0.2", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.20mm Fine @SeeMeCNC RostockMAX v3.2 0.5", + "inherits": "SeeMeCNC process base 0.5mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.20mm Fine @SeeMeCNC RostockMAX v3.2 0.5", + "compatible_printers": [ + "SeeMeCNC RostockMAX v3.2 0.5 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.25", + "layer_height": "0.2", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.20mm Fine @SeeMeCNC RostockMAX v4 0.5.json b/resources/profiles/SeeMeCNC/process/0.20mm Fine @SeeMeCNC RostockMAX v4 0.5.json index 55ab536a16..72c3c03d3c 100644 --- a/resources/profiles/SeeMeCNC/process/0.20mm Fine @SeeMeCNC RostockMAX v4 0.5.json +++ b/resources/profiles/SeeMeCNC/process/0.20mm Fine @SeeMeCNC RostockMAX v4 0.5.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.20mm Fine @SeeMeCNC RostockMAX v4 0.5", - "inherits": "SeeMeCNC process base 0.5mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.20mm Fine @SeeMeCNC RostockMAX v4 0.5", - "compatible_printers": [ - "SeeMeCNC RostockMAX v4 0.5 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.25", - "layer_height": "0.2", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.20mm Fine @SeeMeCNC RostockMAX v4 0.5", + "inherits": "SeeMeCNC process base 0.5mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.20mm Fine @SeeMeCNC RostockMAX v4 0.5", + "compatible_printers": [ + "SeeMeCNC RostockMAX v4 0.5 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.25", + "layer_height": "0.2", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.20mm Standard @SeeMeCNC Artemis 0.4.json b/resources/profiles/SeeMeCNC/process/0.20mm Standard @SeeMeCNC Artemis 0.4.json index 1613a3021d..58a956afb0 100644 --- a/resources/profiles/SeeMeCNC/process/0.20mm Standard @SeeMeCNC Artemis 0.4.json +++ b/resources/profiles/SeeMeCNC/process/0.20mm Standard @SeeMeCNC Artemis 0.4.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.20mm Standard @SeeMeCNC Artemis 0.4", - "inherits": "SeeMeCNC process base 0.4mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.20mm Standard @SeeMeCNC Artemis 0.4", - "compatible_printers": [ - "SeeMeCNC Artemis 0.4 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.2", - "layer_height": "0.2", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.20mm Standard @SeeMeCNC Artemis 0.4", + "inherits": "SeeMeCNC process base 0.4mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.20mm Standard @SeeMeCNC Artemis 0.4", + "compatible_printers": [ + "SeeMeCNC Artemis 0.4 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.2", + "layer_height": "0.2", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.20mm Standard @SeeMeCNC BOSSdelta 300 0.4.json b/resources/profiles/SeeMeCNC/process/0.20mm Standard @SeeMeCNC BOSSdelta 300 0.4.json index d6c7a5c1b7..2b5ec0b981 100644 --- a/resources/profiles/SeeMeCNC/process/0.20mm Standard @SeeMeCNC BOSSdelta 300 0.4.json +++ b/resources/profiles/SeeMeCNC/process/0.20mm Standard @SeeMeCNC BOSSdelta 300 0.4.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.20mm Standard @SeeMeCNC BOSSdelta 300 0.4", - "inherits": "SeeMeCNC process base 0.4mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.20mm Standard @SeeMeCNC BOSSdelta 300 0.4", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 300 0.4 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.2", - "layer_height": "0.2", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.20mm Standard @SeeMeCNC BOSSdelta 300 0.4", + "inherits": "SeeMeCNC process base 0.4mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.20mm Standard @SeeMeCNC BOSSdelta 300 0.4", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 300 0.4 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.2", + "layer_height": "0.2", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.20mm Standard @SeeMeCNC BOSSdelta 500 0505 0.4.json b/resources/profiles/SeeMeCNC/process/0.20mm Standard @SeeMeCNC BOSSdelta 500 0505 0.4.json index 284e728ad2..dea9f97a0a 100644 --- a/resources/profiles/SeeMeCNC/process/0.20mm Standard @SeeMeCNC BOSSdelta 500 0505 0.4.json +++ b/resources/profiles/SeeMeCNC/process/0.20mm Standard @SeeMeCNC BOSSdelta 500 0505 0.4.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.20mm Standard @SeeMeCNC BOSSdelta 500 0505 0.4", - "inherits": "SeeMeCNC process base 0.4mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.20mm Standard @SeeMeCNC BOSSdelta 500 0505 0.4", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0505 0.4 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.2", - "layer_height": "0.2", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.20mm Standard @SeeMeCNC BOSSdelta 500 0505 0.4", + "inherits": "SeeMeCNC process base 0.4mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.20mm Standard @SeeMeCNC BOSSdelta 500 0505 0.4", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0505 0.4 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.2", + "layer_height": "0.2", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.20mm Standard @SeeMeCNC BOSSdelta 500 0510 0.4.json b/resources/profiles/SeeMeCNC/process/0.20mm Standard @SeeMeCNC BOSSdelta 500 0510 0.4.json index 45ada67029..839798606f 100644 --- a/resources/profiles/SeeMeCNC/process/0.20mm Standard @SeeMeCNC BOSSdelta 500 0510 0.4.json +++ b/resources/profiles/SeeMeCNC/process/0.20mm Standard @SeeMeCNC BOSSdelta 500 0510 0.4.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.20mm Standard @SeeMeCNC BOSSdelta 500 0510 0.4", - "inherits": "SeeMeCNC process base 0.4mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.20mm Standard @SeeMeCNC BOSSdelta 500 0510 0.4", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0510 0.4 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.2", - "layer_height": "0.2", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.20mm Standard @SeeMeCNC BOSSdelta 500 0510 0.4", + "inherits": "SeeMeCNC process base 0.4mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.20mm Standard @SeeMeCNC BOSSdelta 500 0510 0.4", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0510 0.4 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.2", + "layer_height": "0.2", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.20mm Standard @SeeMeCNC BOSSdelta 500 0521 0.4.json b/resources/profiles/SeeMeCNC/process/0.20mm Standard @SeeMeCNC BOSSdelta 500 0521 0.4.json index a721dad7a8..39d43802aa 100644 --- a/resources/profiles/SeeMeCNC/process/0.20mm Standard @SeeMeCNC BOSSdelta 500 0521 0.4.json +++ b/resources/profiles/SeeMeCNC/process/0.20mm Standard @SeeMeCNC BOSSdelta 500 0521 0.4.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.20mm Standard @SeeMeCNC BOSSdelta 500 0521 0.4", - "inherits": "SeeMeCNC process base 0.4mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.20mm Standard @SeeMeCNC BOSSdelta 500 0521 0.4", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0521 0.4 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.2", - "layer_height": "0.2", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.20mm Standard @SeeMeCNC BOSSdelta 500 0521 0.4", + "inherits": "SeeMeCNC process base 0.4mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.20mm Standard @SeeMeCNC BOSSdelta 500 0521 0.4", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0521 0.4 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.2", + "layer_height": "0.2", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.20mm Standard @SeeMeCNC RostockMAX v3.2 0.4.json b/resources/profiles/SeeMeCNC/process/0.20mm Standard @SeeMeCNC RostockMAX v3.2 0.4.json index cf2bbf62f6..beae714df1 100644 --- a/resources/profiles/SeeMeCNC/process/0.20mm Standard @SeeMeCNC RostockMAX v3.2 0.4.json +++ b/resources/profiles/SeeMeCNC/process/0.20mm Standard @SeeMeCNC RostockMAX v3.2 0.4.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.20mm Standard @SeeMeCNC RostockMAX v3.2 0.4", - "inherits": "SeeMeCNC process base 0.4mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.20mm Standard @SeeMeCNC RostockMAX v3.2 0.4", - "compatible_printers": [ - "SeeMeCNC RostockMAX v3.2 0.4 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.2", - "layer_height": "0.2", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.20mm Standard @SeeMeCNC RostockMAX v3.2 0.4", + "inherits": "SeeMeCNC process base 0.4mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.20mm Standard @SeeMeCNC RostockMAX v3.2 0.4", + "compatible_printers": [ + "SeeMeCNC RostockMAX v3.2 0.4 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.2", + "layer_height": "0.2", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.20mm Standard @SeeMeCNC RostockMAX v4 0.4.json b/resources/profiles/SeeMeCNC/process/0.20mm Standard @SeeMeCNC RostockMAX v4 0.4.json index 07086a3302..89121d0b22 100644 --- a/resources/profiles/SeeMeCNC/process/0.20mm Standard @SeeMeCNC RostockMAX v4 0.4.json +++ b/resources/profiles/SeeMeCNC/process/0.20mm Standard @SeeMeCNC RostockMAX v4 0.4.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.20mm Standard @SeeMeCNC RostockMAX v4 0.4", - "inherits": "SeeMeCNC process base 0.4mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.20mm Standard @SeeMeCNC RostockMAX v4 0.4", - "compatible_printers": [ - "SeeMeCNC RostockMAX v4 0.4 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.2", - "layer_height": "0.2", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.20mm Standard @SeeMeCNC RostockMAX v4 0.4", + "inherits": "SeeMeCNC process base 0.4mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.20mm Standard @SeeMeCNC RostockMAX v4 0.4", + "compatible_printers": [ + "SeeMeCNC RostockMAX v4 0.4 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.2", + "layer_height": "0.2", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.24mm Draft @SeeMeCNC Artemis 0.4.json b/resources/profiles/SeeMeCNC/process/0.24mm Draft @SeeMeCNC Artemis 0.4.json index edf701fb24..45d2cf9bc4 100644 --- a/resources/profiles/SeeMeCNC/process/0.24mm Draft @SeeMeCNC Artemis 0.4.json +++ b/resources/profiles/SeeMeCNC/process/0.24mm Draft @SeeMeCNC Artemis 0.4.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.24mm Draft @SeeMeCNC Artemis 0.4", - "inherits": "SeeMeCNC process base 0.4mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.24mm Draft @SeeMeCNC Artemis 0.4", - "compatible_printers": [ - "SeeMeCNC Artemis 0.4 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.2", - "layer_height": "0.24", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.24mm Draft @SeeMeCNC Artemis 0.4", + "inherits": "SeeMeCNC process base 0.4mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.24mm Draft @SeeMeCNC Artemis 0.4", + "compatible_printers": [ + "SeeMeCNC Artemis 0.4 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.2", + "layer_height": "0.24", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.24mm Draft @SeeMeCNC BOSSdelta 300 0.4.json b/resources/profiles/SeeMeCNC/process/0.24mm Draft @SeeMeCNC BOSSdelta 300 0.4.json index 02bd322665..54ab031eb6 100644 --- a/resources/profiles/SeeMeCNC/process/0.24mm Draft @SeeMeCNC BOSSdelta 300 0.4.json +++ b/resources/profiles/SeeMeCNC/process/0.24mm Draft @SeeMeCNC BOSSdelta 300 0.4.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.24mm Draft @SeeMeCNC BOSSdelta 300 0.4", - "inherits": "SeeMeCNC process base 0.4mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.24mm Draft @SeeMeCNC BOSSdelta 300 0.4", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 300 0.4 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.2", - "layer_height": "0.24", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.24mm Draft @SeeMeCNC BOSSdelta 300 0.4", + "inherits": "SeeMeCNC process base 0.4mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.24mm Draft @SeeMeCNC BOSSdelta 300 0.4", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 300 0.4 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.2", + "layer_height": "0.24", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.24mm Draft @SeeMeCNC BOSSdelta 500 0505 0.4.json b/resources/profiles/SeeMeCNC/process/0.24mm Draft @SeeMeCNC BOSSdelta 500 0505 0.4.json index d45cc1cb70..726548fa59 100644 --- a/resources/profiles/SeeMeCNC/process/0.24mm Draft @SeeMeCNC BOSSdelta 500 0505 0.4.json +++ b/resources/profiles/SeeMeCNC/process/0.24mm Draft @SeeMeCNC BOSSdelta 500 0505 0.4.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.24mm Draft @SeeMeCNC BOSSdelta 500 0505 0.4", - "inherits": "SeeMeCNC process base 0.4mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.24mm Draft @SeeMeCNC BOSSdelta 500 0505 0.4", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0505 0.4 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.2", - "layer_height": "0.24", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.24mm Draft @SeeMeCNC BOSSdelta 500 0505 0.4", + "inherits": "SeeMeCNC process base 0.4mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.24mm Draft @SeeMeCNC BOSSdelta 500 0505 0.4", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0505 0.4 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.2", + "layer_height": "0.24", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.24mm Draft @SeeMeCNC BOSSdelta 500 0510 0.4.json b/resources/profiles/SeeMeCNC/process/0.24mm Draft @SeeMeCNC BOSSdelta 500 0510 0.4.json index 68a6b443f0..08bfb0718c 100644 --- a/resources/profiles/SeeMeCNC/process/0.24mm Draft @SeeMeCNC BOSSdelta 500 0510 0.4.json +++ b/resources/profiles/SeeMeCNC/process/0.24mm Draft @SeeMeCNC BOSSdelta 500 0510 0.4.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.24mm Draft @SeeMeCNC BOSSdelta 500 0510 0.4", - "inherits": "SeeMeCNC process base 0.4mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.24mm Draft @SeeMeCNC BOSSdelta 500 0510 0.4", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0510 0.4 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.2", - "layer_height": "0.24", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.24mm Draft @SeeMeCNC BOSSdelta 500 0510 0.4", + "inherits": "SeeMeCNC process base 0.4mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.24mm Draft @SeeMeCNC BOSSdelta 500 0510 0.4", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0510 0.4 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.2", + "layer_height": "0.24", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.24mm Draft @SeeMeCNC BOSSdelta 500 0521 0.4.json b/resources/profiles/SeeMeCNC/process/0.24mm Draft @SeeMeCNC BOSSdelta 500 0521 0.4.json index 256bf85870..84062b27b2 100644 --- a/resources/profiles/SeeMeCNC/process/0.24mm Draft @SeeMeCNC BOSSdelta 500 0521 0.4.json +++ b/resources/profiles/SeeMeCNC/process/0.24mm Draft @SeeMeCNC BOSSdelta 500 0521 0.4.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.24mm Draft @SeeMeCNC BOSSdelta 500 0521 0.4", - "inherits": "SeeMeCNC process base 0.4mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.24mm Draft @SeeMeCNC BOSSdelta 500 0521 0.4", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0521 0.4 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.2", - "layer_height": "0.24", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.24mm Draft @SeeMeCNC BOSSdelta 500 0521 0.4", + "inherits": "SeeMeCNC process base 0.4mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.24mm Draft @SeeMeCNC BOSSdelta 500 0521 0.4", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0521 0.4 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.2", + "layer_height": "0.24", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.24mm Draft @SeeMeCNC RostockMAX v3.2 0.4.json b/resources/profiles/SeeMeCNC/process/0.24mm Draft @SeeMeCNC RostockMAX v3.2 0.4.json index a24a8f834c..1122bd434d 100644 --- a/resources/profiles/SeeMeCNC/process/0.24mm Draft @SeeMeCNC RostockMAX v3.2 0.4.json +++ b/resources/profiles/SeeMeCNC/process/0.24mm Draft @SeeMeCNC RostockMAX v3.2 0.4.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.24mm Draft @SeeMeCNC RostockMAX v3.2 0.4", - "inherits": "SeeMeCNC process base 0.4mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.24mm Draft @SeeMeCNC RostockMAX v3.2 0.4", - "compatible_printers": [ - "SeeMeCNC RostockMAX v3.2 0.4 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.2", - "layer_height": "0.24", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.24mm Draft @SeeMeCNC RostockMAX v3.2 0.4", + "inherits": "SeeMeCNC process base 0.4mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.24mm Draft @SeeMeCNC RostockMAX v3.2 0.4", + "compatible_printers": [ + "SeeMeCNC RostockMAX v3.2 0.4 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.2", + "layer_height": "0.24", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.24mm Draft @SeeMeCNC RostockMAX v4 0.4.json b/resources/profiles/SeeMeCNC/process/0.24mm Draft @SeeMeCNC RostockMAX v4 0.4.json index 90223ee54a..0957883565 100644 --- a/resources/profiles/SeeMeCNC/process/0.24mm Draft @SeeMeCNC RostockMAX v4 0.4.json +++ b/resources/profiles/SeeMeCNC/process/0.24mm Draft @SeeMeCNC RostockMAX v4 0.4.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.24mm Draft @SeeMeCNC RostockMAX v4 0.4", - "inherits": "SeeMeCNC process base 0.4mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.24mm Draft @SeeMeCNC RostockMAX v4 0.4", - "compatible_printers": [ - "SeeMeCNC RostockMAX v4 0.4 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.2", - "layer_height": "0.24", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.24mm Draft @SeeMeCNC RostockMAX v4 0.4", + "inherits": "SeeMeCNC process base 0.4mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.24mm Draft @SeeMeCNC RostockMAX v4 0.4", + "compatible_printers": [ + "SeeMeCNC RostockMAX v4 0.4 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.2", + "layer_height": "0.24", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.25mm Standard @SeeMeCNC Artemis 0.5.json b/resources/profiles/SeeMeCNC/process/0.25mm Standard @SeeMeCNC Artemis 0.5.json index 974c774c73..9cde389a76 100644 --- a/resources/profiles/SeeMeCNC/process/0.25mm Standard @SeeMeCNC Artemis 0.5.json +++ b/resources/profiles/SeeMeCNC/process/0.25mm Standard @SeeMeCNC Artemis 0.5.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.25mm Standard @SeeMeCNC Artemis 0.5", - "inherits": "SeeMeCNC process base 0.5mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.25mm Standard @SeeMeCNC Artemis 0.5", - "compatible_printers": [ - "SeeMeCNC Artemis 0.5 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.25", - "layer_height": "0.25", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.25mm Standard @SeeMeCNC Artemis 0.5", + "inherits": "SeeMeCNC process base 0.5mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.25mm Standard @SeeMeCNC Artemis 0.5", + "compatible_printers": [ + "SeeMeCNC Artemis 0.5 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.25", + "layer_height": "0.25", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.25mm Standard @SeeMeCNC BOSSdelta 300 0.5.json b/resources/profiles/SeeMeCNC/process/0.25mm Standard @SeeMeCNC BOSSdelta 300 0.5.json index 700f40f39f..4ee43fa848 100644 --- a/resources/profiles/SeeMeCNC/process/0.25mm Standard @SeeMeCNC BOSSdelta 300 0.5.json +++ b/resources/profiles/SeeMeCNC/process/0.25mm Standard @SeeMeCNC BOSSdelta 300 0.5.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.25mm Standard @SeeMeCNC BOSSdelta 300 0.5", - "inherits": "SeeMeCNC process base 0.5mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.25mm Standard @SeeMeCNC BOSSdelta 300 0.5", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 300 0.5 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.25", - "layer_height": "0.25", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.25mm Standard @SeeMeCNC BOSSdelta 300 0.5", + "inherits": "SeeMeCNC process base 0.5mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.25mm Standard @SeeMeCNC BOSSdelta 300 0.5", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 300 0.5 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.25", + "layer_height": "0.25", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.25mm Standard @SeeMeCNC BOSSdelta 500 0505 0.5.json b/resources/profiles/SeeMeCNC/process/0.25mm Standard @SeeMeCNC BOSSdelta 500 0505 0.5.json index dc513117e8..3e45e8c135 100644 --- a/resources/profiles/SeeMeCNC/process/0.25mm Standard @SeeMeCNC BOSSdelta 500 0505 0.5.json +++ b/resources/profiles/SeeMeCNC/process/0.25mm Standard @SeeMeCNC BOSSdelta 500 0505 0.5.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.25mm Standard @SeeMeCNC BOSSdelta 500 0505 0.5", - "inherits": "SeeMeCNC process base 0.5mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.25mm Standard @SeeMeCNC BOSSdelta 500 0505 0.5", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0505 0.5 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.25", - "layer_height": "0.25", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.25mm Standard @SeeMeCNC BOSSdelta 500 0505 0.5", + "inherits": "SeeMeCNC process base 0.5mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.25mm Standard @SeeMeCNC BOSSdelta 500 0505 0.5", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0505 0.5 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.25", + "layer_height": "0.25", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.25mm Standard @SeeMeCNC BOSSdelta 500 0510 0.5.json b/resources/profiles/SeeMeCNC/process/0.25mm Standard @SeeMeCNC BOSSdelta 500 0510 0.5.json index da90b00b62..2a452cf12d 100644 --- a/resources/profiles/SeeMeCNC/process/0.25mm Standard @SeeMeCNC BOSSdelta 500 0510 0.5.json +++ b/resources/profiles/SeeMeCNC/process/0.25mm Standard @SeeMeCNC BOSSdelta 500 0510 0.5.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.25mm Standard @SeeMeCNC BOSSdelta 500 0510 0.5", - "inherits": "SeeMeCNC process base 0.5mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.25mm Standard @SeeMeCNC BOSSdelta 500 0510 0.5", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0510 0.5 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.25", - "layer_height": "0.25", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.25mm Standard @SeeMeCNC BOSSdelta 500 0510 0.5", + "inherits": "SeeMeCNC process base 0.5mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.25mm Standard @SeeMeCNC BOSSdelta 500 0510 0.5", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0510 0.5 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.25", + "layer_height": "0.25", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.25mm Standard @SeeMeCNC BOSSdelta 500 0521 0.5.json b/resources/profiles/SeeMeCNC/process/0.25mm Standard @SeeMeCNC BOSSdelta 500 0521 0.5.json index b678e52425..1c6f27066e 100644 --- a/resources/profiles/SeeMeCNC/process/0.25mm Standard @SeeMeCNC BOSSdelta 500 0521 0.5.json +++ b/resources/profiles/SeeMeCNC/process/0.25mm Standard @SeeMeCNC BOSSdelta 500 0521 0.5.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.25mm Standard @SeeMeCNC BOSSdelta 500 0521 0.5", - "inherits": "SeeMeCNC process base 0.5mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.25mm Standard @SeeMeCNC BOSSdelta 500 0521 0.5", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0521 0.5 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.25", - "layer_height": "0.25", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.25mm Standard @SeeMeCNC BOSSdelta 500 0521 0.5", + "inherits": "SeeMeCNC process base 0.5mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.25mm Standard @SeeMeCNC BOSSdelta 500 0521 0.5", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0521 0.5 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.25", + "layer_height": "0.25", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.25mm Standard @SeeMeCNC RostockMAX v3.2 0.5.json b/resources/profiles/SeeMeCNC/process/0.25mm Standard @SeeMeCNC RostockMAX v3.2 0.5.json index 4d6cd0a632..9db35caeeb 100644 --- a/resources/profiles/SeeMeCNC/process/0.25mm Standard @SeeMeCNC RostockMAX v3.2 0.5.json +++ b/resources/profiles/SeeMeCNC/process/0.25mm Standard @SeeMeCNC RostockMAX v3.2 0.5.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.25mm Standard @SeeMeCNC RostockMAX v3.2 0.5", - "inherits": "SeeMeCNC process base 0.5mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.25mm Standard @SeeMeCNC RostockMAX v3.2 0.5", - "compatible_printers": [ - "SeeMeCNC RostockMAX v3.2 0.5 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.25", - "layer_height": "0.25", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.25mm Standard @SeeMeCNC RostockMAX v3.2 0.5", + "inherits": "SeeMeCNC process base 0.5mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.25mm Standard @SeeMeCNC RostockMAX v3.2 0.5", + "compatible_printers": [ + "SeeMeCNC RostockMAX v3.2 0.5 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.25", + "layer_height": "0.25", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.25mm Standard @SeeMeCNC RostockMAX v4 0.5.json b/resources/profiles/SeeMeCNC/process/0.25mm Standard @SeeMeCNC RostockMAX v4 0.5.json index 5ca4ade73d..43b89a1f0f 100644 --- a/resources/profiles/SeeMeCNC/process/0.25mm Standard @SeeMeCNC RostockMAX v4 0.5.json +++ b/resources/profiles/SeeMeCNC/process/0.25mm Standard @SeeMeCNC RostockMAX v4 0.5.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.25mm Standard @SeeMeCNC RostockMAX v4 0.5", - "inherits": "SeeMeCNC process base 0.5mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.25mm Standard @SeeMeCNC RostockMAX v4 0.5", - "compatible_printers": [ - "SeeMeCNC RostockMAX v4 0.5 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.25", - "layer_height": "0.25", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.25mm Standard @SeeMeCNC RostockMAX v4 0.5", + "inherits": "SeeMeCNC process base 0.5mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.25mm Standard @SeeMeCNC RostockMAX v4 0.5", + "compatible_printers": [ + "SeeMeCNC RostockMAX v4 0.5 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.25", + "layer_height": "0.25", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.28mm Extra Draft @SeeMeCNC Artemis 0.4.json b/resources/profiles/SeeMeCNC/process/0.28mm Extra Draft @SeeMeCNC Artemis 0.4.json index 2452a50033..9b7f5faab3 100644 --- a/resources/profiles/SeeMeCNC/process/0.28mm Extra Draft @SeeMeCNC Artemis 0.4.json +++ b/resources/profiles/SeeMeCNC/process/0.28mm Extra Draft @SeeMeCNC Artemis 0.4.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.28mm Extra Draft @SeeMeCNC Artemis 0.4", - "inherits": "SeeMeCNC process base 0.4mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.28mm Extra Draft @SeeMeCNC Artemis 0.4", - "compatible_printers": [ - "SeeMeCNC Artemis 0.4 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.2", - "layer_height": "0.28", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.28mm Extra Draft @SeeMeCNC Artemis 0.4", + "inherits": "SeeMeCNC process base 0.4mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.28mm Extra Draft @SeeMeCNC Artemis 0.4", + "compatible_printers": [ + "SeeMeCNC Artemis 0.4 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.2", + "layer_height": "0.28", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.28mm Extra Draft @SeeMeCNC BOSSdelta 300 0.4.json b/resources/profiles/SeeMeCNC/process/0.28mm Extra Draft @SeeMeCNC BOSSdelta 300 0.4.json index fdcb32ef96..a32fd76251 100644 --- a/resources/profiles/SeeMeCNC/process/0.28mm Extra Draft @SeeMeCNC BOSSdelta 300 0.4.json +++ b/resources/profiles/SeeMeCNC/process/0.28mm Extra Draft @SeeMeCNC BOSSdelta 300 0.4.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.28mm Extra Draft @SeeMeCNC BOSSdelta 300 0.4", - "inherits": "SeeMeCNC process base 0.4mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.28mm Extra Draft @SeeMeCNC BOSSdelta 300 0.4", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 300 0.4 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.2", - "layer_height": "0.28", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.28mm Extra Draft @SeeMeCNC BOSSdelta 300 0.4", + "inherits": "SeeMeCNC process base 0.4mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.28mm Extra Draft @SeeMeCNC BOSSdelta 300 0.4", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 300 0.4 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.2", + "layer_height": "0.28", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.4.json b/resources/profiles/SeeMeCNC/process/0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.4.json index d13478bf10..3953a3cf0b 100644 --- a/resources/profiles/SeeMeCNC/process/0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.4.json +++ b/resources/profiles/SeeMeCNC/process/0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.4.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.4", - "inherits": "SeeMeCNC process base 0.4mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.4", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0505 0.4 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.2", - "layer_height": "0.28", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.4", + "inherits": "SeeMeCNC process base 0.4mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.4", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0505 0.4 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.2", + "layer_height": "0.28", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.4.json b/resources/profiles/SeeMeCNC/process/0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.4.json index e0f698662b..520339a468 100644 --- a/resources/profiles/SeeMeCNC/process/0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.4.json +++ b/resources/profiles/SeeMeCNC/process/0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.4.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.4", - "inherits": "SeeMeCNC process base 0.4mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.4", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0510 0.4 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.2", - "layer_height": "0.28", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.4", + "inherits": "SeeMeCNC process base 0.4mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.4", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0510 0.4 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.2", + "layer_height": "0.28", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.4.json b/resources/profiles/SeeMeCNC/process/0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.4.json index e87cd6cf36..45f511d8d2 100644 --- a/resources/profiles/SeeMeCNC/process/0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.4.json +++ b/resources/profiles/SeeMeCNC/process/0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.4.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.4", - "inherits": "SeeMeCNC process base 0.4mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.4", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0521 0.4 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.2", - "layer_height": "0.28", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.4", + "inherits": "SeeMeCNC process base 0.4mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.4", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0521 0.4 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.2", + "layer_height": "0.28", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.28mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.4.json b/resources/profiles/SeeMeCNC/process/0.28mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.4.json index 7c6ef2ad9d..6d98c33ecf 100644 --- a/resources/profiles/SeeMeCNC/process/0.28mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.4.json +++ b/resources/profiles/SeeMeCNC/process/0.28mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.4.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.28mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.4", - "inherits": "SeeMeCNC process base 0.4mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.28mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.4", - "compatible_printers": [ - "SeeMeCNC RostockMAX v3.2 0.4 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.2", - "layer_height": "0.28", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.28mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.4", + "inherits": "SeeMeCNC process base 0.4mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.28mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.4", + "compatible_printers": [ + "SeeMeCNC RostockMAX v3.2 0.4 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.2", + "layer_height": "0.28", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.28mm Extra Draft @SeeMeCNC RostockMAX v4 0.4.json b/resources/profiles/SeeMeCNC/process/0.28mm Extra Draft @SeeMeCNC RostockMAX v4 0.4.json index b5eb93b0d9..060c6f53dc 100644 --- a/resources/profiles/SeeMeCNC/process/0.28mm Extra Draft @SeeMeCNC RostockMAX v4 0.4.json +++ b/resources/profiles/SeeMeCNC/process/0.28mm Extra Draft @SeeMeCNC RostockMAX v4 0.4.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.28mm Extra Draft @SeeMeCNC RostockMAX v4 0.4", - "inherits": "SeeMeCNC process base 0.4mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.28mm Extra Draft @SeeMeCNC RostockMAX v4 0.4", - "compatible_printers": [ - "SeeMeCNC RostockMAX v4 0.4 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.2", - "layer_height": "0.28", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.28mm Extra Draft @SeeMeCNC RostockMAX v4 0.4", + "inherits": "SeeMeCNC process base 0.4mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.28mm Extra Draft @SeeMeCNC RostockMAX v4 0.4", + "compatible_printers": [ + "SeeMeCNC RostockMAX v4 0.4 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.2", + "layer_height": "0.28", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.28mm Fine @SeeMeCNC Artemis 0.7.json b/resources/profiles/SeeMeCNC/process/0.28mm Fine @SeeMeCNC Artemis 0.7.json index b7cc7e542e..a1b19f5ea1 100644 --- a/resources/profiles/SeeMeCNC/process/0.28mm Fine @SeeMeCNC Artemis 0.7.json +++ b/resources/profiles/SeeMeCNC/process/0.28mm Fine @SeeMeCNC Artemis 0.7.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.28mm Fine @SeeMeCNC Artemis 0.7", - "inherits": "SeeMeCNC process base 0.7mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.28mm Fine @SeeMeCNC Artemis 0.7", - "compatible_printers": [ - "SeeMeCNC Artemis 0.7 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.35", - "layer_height": "0.28", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.28mm Fine @SeeMeCNC Artemis 0.7", + "inherits": "SeeMeCNC process base 0.7mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.28mm Fine @SeeMeCNC Artemis 0.7", + "compatible_printers": [ + "SeeMeCNC Artemis 0.7 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.35", + "layer_height": "0.28", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.28mm Fine @SeeMeCNC BOSSdelta 300 0.7.json b/resources/profiles/SeeMeCNC/process/0.28mm Fine @SeeMeCNC BOSSdelta 300 0.7.json index 6331f1a3dd..300b7f937a 100644 --- a/resources/profiles/SeeMeCNC/process/0.28mm Fine @SeeMeCNC BOSSdelta 300 0.7.json +++ b/resources/profiles/SeeMeCNC/process/0.28mm Fine @SeeMeCNC BOSSdelta 300 0.7.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.28mm Fine @SeeMeCNC BOSSdelta 300 0.7", - "inherits": "SeeMeCNC process base 0.7mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.28mm Fine @SeeMeCNC BOSSdelta 300 0.7", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 300 0.7 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.35", - "layer_height": "0.28", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.28mm Fine @SeeMeCNC BOSSdelta 300 0.7", + "inherits": "SeeMeCNC process base 0.7mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.28mm Fine @SeeMeCNC BOSSdelta 300 0.7", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 300 0.7 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.35", + "layer_height": "0.28", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.28mm Fine @SeeMeCNC BOSSdelta 500 0505 0.7.json b/resources/profiles/SeeMeCNC/process/0.28mm Fine @SeeMeCNC BOSSdelta 500 0505 0.7.json index 44acce1873..2ecb7a3c62 100644 --- a/resources/profiles/SeeMeCNC/process/0.28mm Fine @SeeMeCNC BOSSdelta 500 0505 0.7.json +++ b/resources/profiles/SeeMeCNC/process/0.28mm Fine @SeeMeCNC BOSSdelta 500 0505 0.7.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.28mm Fine @SeeMeCNC BOSSdelta 500 0505 0.7", - "inherits": "SeeMeCNC process base 0.7mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.28mm Fine @SeeMeCNC BOSSdelta 500 0505 0.7", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0505 0.7 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.35", - "layer_height": "0.28", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.28mm Fine @SeeMeCNC BOSSdelta 500 0505 0.7", + "inherits": "SeeMeCNC process base 0.7mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.28mm Fine @SeeMeCNC BOSSdelta 500 0505 0.7", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0505 0.7 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.35", + "layer_height": "0.28", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.28mm Fine @SeeMeCNC BOSSdelta 500 0510 0.7.json b/resources/profiles/SeeMeCNC/process/0.28mm Fine @SeeMeCNC BOSSdelta 500 0510 0.7.json index ecdbc6d35d..2258d81780 100644 --- a/resources/profiles/SeeMeCNC/process/0.28mm Fine @SeeMeCNC BOSSdelta 500 0510 0.7.json +++ b/resources/profiles/SeeMeCNC/process/0.28mm Fine @SeeMeCNC BOSSdelta 500 0510 0.7.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.28mm Fine @SeeMeCNC BOSSdelta 500 0510 0.7", - "inherits": "SeeMeCNC process base 0.7mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.28mm Fine @SeeMeCNC BOSSdelta 500 0510 0.7", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0510 0.7 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.35", - "layer_height": "0.28", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.28mm Fine @SeeMeCNC BOSSdelta 500 0510 0.7", + "inherits": "SeeMeCNC process base 0.7mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.28mm Fine @SeeMeCNC BOSSdelta 500 0510 0.7", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0510 0.7 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.35", + "layer_height": "0.28", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.28mm Fine @SeeMeCNC BOSSdelta 500 0521 0.7.json b/resources/profiles/SeeMeCNC/process/0.28mm Fine @SeeMeCNC BOSSdelta 500 0521 0.7.json index 5399852d7f..5274340a76 100644 --- a/resources/profiles/SeeMeCNC/process/0.28mm Fine @SeeMeCNC BOSSdelta 500 0521 0.7.json +++ b/resources/profiles/SeeMeCNC/process/0.28mm Fine @SeeMeCNC BOSSdelta 500 0521 0.7.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.28mm Fine @SeeMeCNC BOSSdelta 500 0521 0.7", - "inherits": "SeeMeCNC process base 0.7mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.28mm Fine @SeeMeCNC BOSSdelta 500 0521 0.7", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0521 0.7 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.35", - "layer_height": "0.28", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.28mm Fine @SeeMeCNC BOSSdelta 500 0521 0.7", + "inherits": "SeeMeCNC process base 0.7mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.28mm Fine @SeeMeCNC BOSSdelta 500 0521 0.7", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0521 0.7 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.35", + "layer_height": "0.28", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.28mm Fine @SeeMeCNC RostockMAX v3.2 0.7.json b/resources/profiles/SeeMeCNC/process/0.28mm Fine @SeeMeCNC RostockMAX v3.2 0.7.json index 6f08c2386c..8013c5c078 100644 --- a/resources/profiles/SeeMeCNC/process/0.28mm Fine @SeeMeCNC RostockMAX v3.2 0.7.json +++ b/resources/profiles/SeeMeCNC/process/0.28mm Fine @SeeMeCNC RostockMAX v3.2 0.7.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.28mm Fine @SeeMeCNC RostockMAX v3.2 0.7", - "inherits": "SeeMeCNC process base 0.7mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.28mm Fine @SeeMeCNC RostockMAX v3.2 0.7", - "compatible_printers": [ - "SeeMeCNC RostockMAX v3.2 0.7 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.35", - "layer_height": "0.28", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.28mm Fine @SeeMeCNC RostockMAX v3.2 0.7", + "inherits": "SeeMeCNC process base 0.7mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.28mm Fine @SeeMeCNC RostockMAX v3.2 0.7", + "compatible_printers": [ + "SeeMeCNC RostockMAX v3.2 0.7 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.35", + "layer_height": "0.28", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.28mm Fine @SeeMeCNC RostockMAX v4 0.7.json b/resources/profiles/SeeMeCNC/process/0.28mm Fine @SeeMeCNC RostockMAX v4 0.7.json index 1e3953efa3..c3891193e1 100644 --- a/resources/profiles/SeeMeCNC/process/0.28mm Fine @SeeMeCNC RostockMAX v4 0.7.json +++ b/resources/profiles/SeeMeCNC/process/0.28mm Fine @SeeMeCNC RostockMAX v4 0.7.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.28mm Fine @SeeMeCNC RostockMAX v4 0.7", - "inherits": "SeeMeCNC process base 0.7mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.28mm Fine @SeeMeCNC RostockMAX v4 0.7", - "compatible_printers": [ - "SeeMeCNC RostockMAX v4 0.7 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.35", - "layer_height": "0.28", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.28mm Fine @SeeMeCNC RostockMAX v4 0.7", + "inherits": "SeeMeCNC process base 0.7mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.28mm Fine @SeeMeCNC RostockMAX v4 0.7", + "compatible_printers": [ + "SeeMeCNC RostockMAX v4 0.7 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.35", + "layer_height": "0.28", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.30mm Draft @SeeMeCNC Artemis 0.5.json b/resources/profiles/SeeMeCNC/process/0.30mm Draft @SeeMeCNC Artemis 0.5.json index 932b919d8e..d4cd38e4ba 100644 --- a/resources/profiles/SeeMeCNC/process/0.30mm Draft @SeeMeCNC Artemis 0.5.json +++ b/resources/profiles/SeeMeCNC/process/0.30mm Draft @SeeMeCNC Artemis 0.5.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.30mm Draft @SeeMeCNC Artemis 0.5", - "inherits": "SeeMeCNC process base 0.5mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.30mm Draft @SeeMeCNC Artemis 0.5", - "compatible_printers": [ - "SeeMeCNC Artemis 0.5 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.25", - "layer_height": "0.3", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.30mm Draft @SeeMeCNC Artemis 0.5", + "inherits": "SeeMeCNC process base 0.5mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.30mm Draft @SeeMeCNC Artemis 0.5", + "compatible_printers": [ + "SeeMeCNC Artemis 0.5 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.25", + "layer_height": "0.3", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.30mm Draft @SeeMeCNC BOSSdelta 300 0.5.json b/resources/profiles/SeeMeCNC/process/0.30mm Draft @SeeMeCNC BOSSdelta 300 0.5.json index f1cbccd2e4..5298c5b562 100644 --- a/resources/profiles/SeeMeCNC/process/0.30mm Draft @SeeMeCNC BOSSdelta 300 0.5.json +++ b/resources/profiles/SeeMeCNC/process/0.30mm Draft @SeeMeCNC BOSSdelta 300 0.5.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.30mm Draft @SeeMeCNC BOSSdelta 300 0.5", - "inherits": "SeeMeCNC process base 0.5mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.30mm Draft @SeeMeCNC BOSSdelta 300 0.5", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 300 0.5 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.25", - "layer_height": "0.3", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.30mm Draft @SeeMeCNC BOSSdelta 300 0.5", + "inherits": "SeeMeCNC process base 0.5mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.30mm Draft @SeeMeCNC BOSSdelta 300 0.5", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 300 0.5 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.25", + "layer_height": "0.3", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.30mm Draft @SeeMeCNC BOSSdelta 500 0505 0.5.json b/resources/profiles/SeeMeCNC/process/0.30mm Draft @SeeMeCNC BOSSdelta 500 0505 0.5.json index f5d06eccc7..48951ffd35 100644 --- a/resources/profiles/SeeMeCNC/process/0.30mm Draft @SeeMeCNC BOSSdelta 500 0505 0.5.json +++ b/resources/profiles/SeeMeCNC/process/0.30mm Draft @SeeMeCNC BOSSdelta 500 0505 0.5.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.30mm Draft @SeeMeCNC BOSSdelta 500 0505 0.5", - "inherits": "SeeMeCNC process base 0.5mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.30mm Draft @SeeMeCNC BOSSdelta 500 0505 0.5", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0505 0.5 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.25", - "layer_height": "0.3", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.30mm Draft @SeeMeCNC BOSSdelta 500 0505 0.5", + "inherits": "SeeMeCNC process base 0.5mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.30mm Draft @SeeMeCNC BOSSdelta 500 0505 0.5", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0505 0.5 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.25", + "layer_height": "0.3", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.30mm Draft @SeeMeCNC BOSSdelta 500 0510 0.5.json b/resources/profiles/SeeMeCNC/process/0.30mm Draft @SeeMeCNC BOSSdelta 500 0510 0.5.json index fbc519cbca..b3ef8ce53c 100644 --- a/resources/profiles/SeeMeCNC/process/0.30mm Draft @SeeMeCNC BOSSdelta 500 0510 0.5.json +++ b/resources/profiles/SeeMeCNC/process/0.30mm Draft @SeeMeCNC BOSSdelta 500 0510 0.5.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.30mm Draft @SeeMeCNC BOSSdelta 500 0510 0.5", - "inherits": "SeeMeCNC process base 0.5mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.30mm Draft @SeeMeCNC BOSSdelta 500 0510 0.5", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0510 0.5 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.25", - "layer_height": "0.3", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.30mm Draft @SeeMeCNC BOSSdelta 500 0510 0.5", + "inherits": "SeeMeCNC process base 0.5mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.30mm Draft @SeeMeCNC BOSSdelta 500 0510 0.5", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0510 0.5 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.25", + "layer_height": "0.3", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.30mm Draft @SeeMeCNC BOSSdelta 500 0521 0.5.json b/resources/profiles/SeeMeCNC/process/0.30mm Draft @SeeMeCNC BOSSdelta 500 0521 0.5.json index 80361ffac9..ced2c2d066 100644 --- a/resources/profiles/SeeMeCNC/process/0.30mm Draft @SeeMeCNC BOSSdelta 500 0521 0.5.json +++ b/resources/profiles/SeeMeCNC/process/0.30mm Draft @SeeMeCNC BOSSdelta 500 0521 0.5.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.30mm Draft @SeeMeCNC BOSSdelta 500 0521 0.5", - "inherits": "SeeMeCNC process base 0.5mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.30mm Draft @SeeMeCNC BOSSdelta 500 0521 0.5", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0521 0.5 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.25", - "layer_height": "0.3", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.30mm Draft @SeeMeCNC BOSSdelta 500 0521 0.5", + "inherits": "SeeMeCNC process base 0.5mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.30mm Draft @SeeMeCNC BOSSdelta 500 0521 0.5", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0521 0.5 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.25", + "layer_height": "0.3", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.30mm Draft @SeeMeCNC RostockMAX v3.2 0.5.json b/resources/profiles/SeeMeCNC/process/0.30mm Draft @SeeMeCNC RostockMAX v3.2 0.5.json index d47210394d..22bb5f6c84 100644 --- a/resources/profiles/SeeMeCNC/process/0.30mm Draft @SeeMeCNC RostockMAX v3.2 0.5.json +++ b/resources/profiles/SeeMeCNC/process/0.30mm Draft @SeeMeCNC RostockMAX v3.2 0.5.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.30mm Draft @SeeMeCNC RostockMAX v3.2 0.5", - "inherits": "SeeMeCNC process base 0.5mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.30mm Draft @SeeMeCNC RostockMAX v3.2 0.5", - "compatible_printers": [ - "SeeMeCNC RostockMAX v3.2 0.5 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.25", - "layer_height": "0.3", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.30mm Draft @SeeMeCNC RostockMAX v3.2 0.5", + "inherits": "SeeMeCNC process base 0.5mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.30mm Draft @SeeMeCNC RostockMAX v3.2 0.5", + "compatible_printers": [ + "SeeMeCNC RostockMAX v3.2 0.5 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.25", + "layer_height": "0.3", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.30mm Draft @SeeMeCNC RostockMAX v4 0.5.json b/resources/profiles/SeeMeCNC/process/0.30mm Draft @SeeMeCNC RostockMAX v4 0.5.json index 2a8662dd53..53315ac757 100644 --- a/resources/profiles/SeeMeCNC/process/0.30mm Draft @SeeMeCNC RostockMAX v4 0.5.json +++ b/resources/profiles/SeeMeCNC/process/0.30mm Draft @SeeMeCNC RostockMAX v4 0.5.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.30mm Draft @SeeMeCNC RostockMAX v4 0.5", - "inherits": "SeeMeCNC process base 0.5mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.30mm Draft @SeeMeCNC RostockMAX v4 0.5", - "compatible_printers": [ - "SeeMeCNC RostockMAX v4 0.5 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.25", - "layer_height": "0.3", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.30mm Draft @SeeMeCNC RostockMAX v4 0.5", + "inherits": "SeeMeCNC process base 0.5mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.30mm Draft @SeeMeCNC RostockMAX v4 0.5", + "compatible_printers": [ + "SeeMeCNC RostockMAX v4 0.5 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.25", + "layer_height": "0.3", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.30mm TPU Solid @SeeMeCNC Artemis 0.7.json b/resources/profiles/SeeMeCNC/process/0.30mm TPU Solid @SeeMeCNC Artemis 0.7.json index 98ccbf4a01..b9c9206ecc 100644 --- a/resources/profiles/SeeMeCNC/process/0.30mm TPU Solid @SeeMeCNC Artemis 0.7.json +++ b/resources/profiles/SeeMeCNC/process/0.30mm TPU Solid @SeeMeCNC Artemis 0.7.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.30mm TPU Solid @SeeMeCNC Artemis 0.7", - "inherits": "SeeMeCNC process base 0.7mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.30mm TPU Solid @SeeMeCNC Artemis 0.7", - "compatible_printers": [ - "SeeMeCNC Artemis 0.7 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.3", - "layer_height": "0.3", - "precise_z_height": "0", - "skirt_distance": "1", - "skirt_loops": "2", - "spiral_mode": "0" + "type": "process", + "name": "0.30mm TPU Solid @SeeMeCNC Artemis 0.7", + "inherits": "SeeMeCNC process base 0.7mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.30mm TPU Solid @SeeMeCNC Artemis 0.7", + "compatible_printers": [ + "SeeMeCNC Artemis 0.7 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.3", + "layer_height": "0.3", + "precise_z_height": "0", + "skirt_distance": "1", + "skirt_loops": "2", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.30mm TPU Solid @SeeMeCNC BOSSdelta 300 0.7.json b/resources/profiles/SeeMeCNC/process/0.30mm TPU Solid @SeeMeCNC BOSSdelta 300 0.7.json index c21af60e6e..c4c7d4dbac 100644 --- a/resources/profiles/SeeMeCNC/process/0.30mm TPU Solid @SeeMeCNC BOSSdelta 300 0.7.json +++ b/resources/profiles/SeeMeCNC/process/0.30mm TPU Solid @SeeMeCNC BOSSdelta 300 0.7.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.30mm TPU Solid @SeeMeCNC BOSSdelta 300 0.7", - "inherits": "SeeMeCNC process base 0.7mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.30mm TPU Solid @SeeMeCNC BOSSdelta 300 0.7", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 300 0.7 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.3", - "layer_height": "0.3", - "precise_z_height": "0", - "skirt_distance": "1", - "skirt_loops": "2", - "spiral_mode": "0" + "type": "process", + "name": "0.30mm TPU Solid @SeeMeCNC BOSSdelta 300 0.7", + "inherits": "SeeMeCNC process base 0.7mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.30mm TPU Solid @SeeMeCNC BOSSdelta 300 0.7", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 300 0.7 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.3", + "layer_height": "0.3", + "precise_z_height": "0", + "skirt_distance": "1", + "skirt_loops": "2", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.30mm TPU Solid @SeeMeCNC BOSSdelta 500 0505 0.7.json b/resources/profiles/SeeMeCNC/process/0.30mm TPU Solid @SeeMeCNC BOSSdelta 500 0505 0.7.json index c63b989cf0..20be7c24c3 100644 --- a/resources/profiles/SeeMeCNC/process/0.30mm TPU Solid @SeeMeCNC BOSSdelta 500 0505 0.7.json +++ b/resources/profiles/SeeMeCNC/process/0.30mm TPU Solid @SeeMeCNC BOSSdelta 500 0505 0.7.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.30mm TPU Solid @SeeMeCNC BOSSdelta 500 0505 0.7", - "inherits": "SeeMeCNC process base 0.7mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.30mm TPU Solid @SeeMeCNC BOSSdelta 500 0505 0.7", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0505 0.7 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.3", - "layer_height": "0.3", - "precise_z_height": "0", - "skirt_distance": "1", - "skirt_loops": "2", - "spiral_mode": "0" + "type": "process", + "name": "0.30mm TPU Solid @SeeMeCNC BOSSdelta 500 0505 0.7", + "inherits": "SeeMeCNC process base 0.7mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.30mm TPU Solid @SeeMeCNC BOSSdelta 500 0505 0.7", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0505 0.7 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.3", + "layer_height": "0.3", + "precise_z_height": "0", + "skirt_distance": "1", + "skirt_loops": "2", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.30mm TPU Solid @SeeMeCNC BOSSdelta 500 0510 0.7.json b/resources/profiles/SeeMeCNC/process/0.30mm TPU Solid @SeeMeCNC BOSSdelta 500 0510 0.7.json index 2dd30170b4..755203a633 100644 --- a/resources/profiles/SeeMeCNC/process/0.30mm TPU Solid @SeeMeCNC BOSSdelta 500 0510 0.7.json +++ b/resources/profiles/SeeMeCNC/process/0.30mm TPU Solid @SeeMeCNC BOSSdelta 500 0510 0.7.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.30mm TPU Solid @SeeMeCNC BOSSdelta 500 0510 0.7", - "inherits": "SeeMeCNC process base 0.7mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.30mm TPU Solid @SeeMeCNC BOSSdelta 500 0510 0.7", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0510 0.7 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.3", - "layer_height": "0.3", - "precise_z_height": "0", - "skirt_distance": "1", - "skirt_loops": "2", - "spiral_mode": "0" + "type": "process", + "name": "0.30mm TPU Solid @SeeMeCNC BOSSdelta 500 0510 0.7", + "inherits": "SeeMeCNC process base 0.7mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.30mm TPU Solid @SeeMeCNC BOSSdelta 500 0510 0.7", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0510 0.7 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.3", + "layer_height": "0.3", + "precise_z_height": "0", + "skirt_distance": "1", + "skirt_loops": "2", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.30mm TPU Solid @SeeMeCNC BOSSdelta 500 0521 0.7.json b/resources/profiles/SeeMeCNC/process/0.30mm TPU Solid @SeeMeCNC BOSSdelta 500 0521 0.7.json index f95f7f9594..3b7968e49c 100644 --- a/resources/profiles/SeeMeCNC/process/0.30mm TPU Solid @SeeMeCNC BOSSdelta 500 0521 0.7.json +++ b/resources/profiles/SeeMeCNC/process/0.30mm TPU Solid @SeeMeCNC BOSSdelta 500 0521 0.7.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.30mm TPU Solid @SeeMeCNC BOSSdelta 500 0521 0.7", - "inherits": "SeeMeCNC process base 0.7mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.30mm TPU Solid @SeeMeCNC BOSSdelta 500 0521 0.7", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0521 0.7 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.3", - "layer_height": "0.3", - "precise_z_height": "0", - "skirt_distance": "1", - "skirt_loops": "2", - "spiral_mode": "0" + "type": "process", + "name": "0.30mm TPU Solid @SeeMeCNC BOSSdelta 500 0521 0.7", + "inherits": "SeeMeCNC process base 0.7mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.30mm TPU Solid @SeeMeCNC BOSSdelta 500 0521 0.7", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0521 0.7 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.3", + "layer_height": "0.3", + "precise_z_height": "0", + "skirt_distance": "1", + "skirt_loops": "2", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.30mm TPU Solid @SeeMeCNC RostockMAX v3.2 0.7.json b/resources/profiles/SeeMeCNC/process/0.30mm TPU Solid @SeeMeCNC RostockMAX v3.2 0.7.json index d9eef5972f..475fc95f8d 100644 --- a/resources/profiles/SeeMeCNC/process/0.30mm TPU Solid @SeeMeCNC RostockMAX v3.2 0.7.json +++ b/resources/profiles/SeeMeCNC/process/0.30mm TPU Solid @SeeMeCNC RostockMAX v3.2 0.7.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.30mm TPU Solid @SeeMeCNC RostockMAX v3.2 0.7", - "inherits": "SeeMeCNC process base 0.7mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.30mm TPU Solid @SeeMeCNC RostockMAX v3.2 0.7", - "compatible_printers": [ - "SeeMeCNC RostockMAX v3.2 0.7 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.3", - "layer_height": "0.3", - "precise_z_height": "0", - "skirt_distance": "1", - "skirt_loops": "2", - "spiral_mode": "0" + "type": "process", + "name": "0.30mm TPU Solid @SeeMeCNC RostockMAX v3.2 0.7", + "inherits": "SeeMeCNC process base 0.7mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.30mm TPU Solid @SeeMeCNC RostockMAX v3.2 0.7", + "compatible_printers": [ + "SeeMeCNC RostockMAX v3.2 0.7 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.3", + "layer_height": "0.3", + "precise_z_height": "0", + "skirt_distance": "1", + "skirt_loops": "2", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.30mm TPU Solid @SeeMeCNC RostockMAX v4 0.7.json b/resources/profiles/SeeMeCNC/process/0.30mm TPU Solid @SeeMeCNC RostockMAX v4 0.7.json index ad014def9d..48f2ba89e9 100644 --- a/resources/profiles/SeeMeCNC/process/0.30mm TPU Solid @SeeMeCNC RostockMAX v4 0.7.json +++ b/resources/profiles/SeeMeCNC/process/0.30mm TPU Solid @SeeMeCNC RostockMAX v4 0.7.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.30mm TPU Solid @SeeMeCNC RostockMAX v4 0.7", - "inherits": "SeeMeCNC process base 0.7mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.30mm TPU Solid @SeeMeCNC RostockMAX v4 0.7", - "compatible_printers": [ - "SeeMeCNC RostockMAX v4 0.7 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.3", - "layer_height": "0.3", - "precise_z_height": "0", - "skirt_distance": "1", - "skirt_loops": "2", - "spiral_mode": "0" + "type": "process", + "name": "0.30mm TPU Solid @SeeMeCNC RostockMAX v4 0.7", + "inherits": "SeeMeCNC process base 0.7mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.30mm TPU Solid @SeeMeCNC RostockMAX v4 0.7", + "compatible_printers": [ + "SeeMeCNC RostockMAX v4 0.7 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.3", + "layer_height": "0.3", + "precise_z_height": "0", + "skirt_distance": "1", + "skirt_loops": "2", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.35mm Extra Draft @SeeMeCNC Artemis 0.5.json b/resources/profiles/SeeMeCNC/process/0.35mm Extra Draft @SeeMeCNC Artemis 0.5.json index 2329b37fff..3bc587bd08 100644 --- a/resources/profiles/SeeMeCNC/process/0.35mm Extra Draft @SeeMeCNC Artemis 0.5.json +++ b/resources/profiles/SeeMeCNC/process/0.35mm Extra Draft @SeeMeCNC Artemis 0.5.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.35mm Extra Draft @SeeMeCNC Artemis 0.5", - "inherits": "SeeMeCNC process base 0.5mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.35mm Extra Draft @SeeMeCNC Artemis 0.5", - "compatible_printers": [ - "SeeMeCNC Artemis 0.5 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.25", - "layer_height": "0.35", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.35mm Extra Draft @SeeMeCNC Artemis 0.5", + "inherits": "SeeMeCNC process base 0.5mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.35mm Extra Draft @SeeMeCNC Artemis 0.5", + "compatible_printers": [ + "SeeMeCNC Artemis 0.5 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.25", + "layer_height": "0.35", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.35mm Extra Draft @SeeMeCNC BOSSdelta 300 0.5.json b/resources/profiles/SeeMeCNC/process/0.35mm Extra Draft @SeeMeCNC BOSSdelta 300 0.5.json index cc83ff4f9b..b1e84f5ca0 100644 --- a/resources/profiles/SeeMeCNC/process/0.35mm Extra Draft @SeeMeCNC BOSSdelta 300 0.5.json +++ b/resources/profiles/SeeMeCNC/process/0.35mm Extra Draft @SeeMeCNC BOSSdelta 300 0.5.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.35mm Extra Draft @SeeMeCNC BOSSdelta 300 0.5", - "inherits": "SeeMeCNC process base 0.5mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.35mm Extra Draft @SeeMeCNC BOSSdelta 300 0.5", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 300 0.5 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.25", - "layer_height": "0.35", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.35mm Extra Draft @SeeMeCNC BOSSdelta 300 0.5", + "inherits": "SeeMeCNC process base 0.5mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.35mm Extra Draft @SeeMeCNC BOSSdelta 300 0.5", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 300 0.5 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.25", + "layer_height": "0.35", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.5.json b/resources/profiles/SeeMeCNC/process/0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.5.json index 97b6aa9f0c..87b691b8e3 100644 --- a/resources/profiles/SeeMeCNC/process/0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.5.json +++ b/resources/profiles/SeeMeCNC/process/0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.5.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.5", - "inherits": "SeeMeCNC process base 0.5mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.5", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0505 0.5 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.25", - "layer_height": "0.35", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.5", + "inherits": "SeeMeCNC process base 0.5mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.5", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0505 0.5 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.25", + "layer_height": "0.35", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.5.json b/resources/profiles/SeeMeCNC/process/0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.5.json index e1335a88bd..668fcc58a9 100644 --- a/resources/profiles/SeeMeCNC/process/0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.5.json +++ b/resources/profiles/SeeMeCNC/process/0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.5.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.5", - "inherits": "SeeMeCNC process base 0.5mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.5", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0510 0.5 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.25", - "layer_height": "0.35", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.5", + "inherits": "SeeMeCNC process base 0.5mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.5", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0510 0.5 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.25", + "layer_height": "0.35", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.5.json b/resources/profiles/SeeMeCNC/process/0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.5.json index bdf7883b13..151c6f482a 100644 --- a/resources/profiles/SeeMeCNC/process/0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.5.json +++ b/resources/profiles/SeeMeCNC/process/0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.5.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.5", - "inherits": "SeeMeCNC process base 0.5mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.5", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0521 0.5 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.25", - "layer_height": "0.35", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.5", + "inherits": "SeeMeCNC process base 0.5mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.35mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.5", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0521 0.5 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.25", + "layer_height": "0.35", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.35mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.5.json b/resources/profiles/SeeMeCNC/process/0.35mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.5.json index b40b085824..963c5b89a8 100644 --- a/resources/profiles/SeeMeCNC/process/0.35mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.5.json +++ b/resources/profiles/SeeMeCNC/process/0.35mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.5.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.35mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.5", - "inherits": "SeeMeCNC process base 0.5mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.35mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.5", - "compatible_printers": [ - "SeeMeCNC RostockMAX v3.2 0.5 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.25", - "layer_height": "0.35", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.35mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.5", + "inherits": "SeeMeCNC process base 0.5mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.35mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.5", + "compatible_printers": [ + "SeeMeCNC RostockMAX v3.2 0.5 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.25", + "layer_height": "0.35", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.35mm Extra Draft @SeeMeCNC RostockMAX v4 0.5.json b/resources/profiles/SeeMeCNC/process/0.35mm Extra Draft @SeeMeCNC RostockMAX v4 0.5.json index 7f8fbb03ee..9c3352c9ea 100644 --- a/resources/profiles/SeeMeCNC/process/0.35mm Extra Draft @SeeMeCNC RostockMAX v4 0.5.json +++ b/resources/profiles/SeeMeCNC/process/0.35mm Extra Draft @SeeMeCNC RostockMAX v4 0.5.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.35mm Extra Draft @SeeMeCNC RostockMAX v4 0.5", - "inherits": "SeeMeCNC process base 0.5mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.35mm Extra Draft @SeeMeCNC RostockMAX v4 0.5", - "compatible_printers": [ - "SeeMeCNC RostockMAX v4 0.5 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.25", - "layer_height": "0.35", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.35mm Extra Draft @SeeMeCNC RostockMAX v4 0.5", + "inherits": "SeeMeCNC process base 0.5mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.35mm Extra Draft @SeeMeCNC RostockMAX v4 0.5", + "compatible_printers": [ + "SeeMeCNC RostockMAX v4 0.5 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.25", + "layer_height": "0.35", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.35mm Standard @SeeMeCNC Artemis 0.7.json b/resources/profiles/SeeMeCNC/process/0.35mm Standard @SeeMeCNC Artemis 0.7.json index 0dddaaa065..fb085c8314 100644 --- a/resources/profiles/SeeMeCNC/process/0.35mm Standard @SeeMeCNC Artemis 0.7.json +++ b/resources/profiles/SeeMeCNC/process/0.35mm Standard @SeeMeCNC Artemis 0.7.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.35mm Standard @SeeMeCNC Artemis 0.7", - "inherits": "SeeMeCNC process base 0.7mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.35mm Standard @SeeMeCNC Artemis 0.7", - "compatible_printers": [ - "SeeMeCNC Artemis 0.7 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.35", - "layer_height": "0.35", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.35mm Standard @SeeMeCNC Artemis 0.7", + "inherits": "SeeMeCNC process base 0.7mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.35mm Standard @SeeMeCNC Artemis 0.7", + "compatible_printers": [ + "SeeMeCNC Artemis 0.7 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.35", + "layer_height": "0.35", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.35mm Standard @SeeMeCNC BOSSdelta 300 0.7.json b/resources/profiles/SeeMeCNC/process/0.35mm Standard @SeeMeCNC BOSSdelta 300 0.7.json index b363111579..7a94c51526 100644 --- a/resources/profiles/SeeMeCNC/process/0.35mm Standard @SeeMeCNC BOSSdelta 300 0.7.json +++ b/resources/profiles/SeeMeCNC/process/0.35mm Standard @SeeMeCNC BOSSdelta 300 0.7.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.35mm Standard @SeeMeCNC BOSSdelta 300 0.7", - "inherits": "SeeMeCNC process base 0.7mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.35mm Standard @SeeMeCNC BOSSdelta 300 0.7", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 300 0.7 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.35", - "layer_height": "0.35", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.35mm Standard @SeeMeCNC BOSSdelta 300 0.7", + "inherits": "SeeMeCNC process base 0.7mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.35mm Standard @SeeMeCNC BOSSdelta 300 0.7", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 300 0.7 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.35", + "layer_height": "0.35", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.35mm Standard @SeeMeCNC BOSSdelta 500 0505 0.7.json b/resources/profiles/SeeMeCNC/process/0.35mm Standard @SeeMeCNC BOSSdelta 500 0505 0.7.json index afd8492fe1..cda46e438a 100644 --- a/resources/profiles/SeeMeCNC/process/0.35mm Standard @SeeMeCNC BOSSdelta 500 0505 0.7.json +++ b/resources/profiles/SeeMeCNC/process/0.35mm Standard @SeeMeCNC BOSSdelta 500 0505 0.7.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.35mm Standard @SeeMeCNC BOSSdelta 500 0505 0.7", - "inherits": "SeeMeCNC process base 0.7mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.35mm Standard @SeeMeCNC BOSSdelta 500 0505 0.7", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0505 0.7 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.35", - "layer_height": "0.35", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.35mm Standard @SeeMeCNC BOSSdelta 500 0505 0.7", + "inherits": "SeeMeCNC process base 0.7mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.35mm Standard @SeeMeCNC BOSSdelta 500 0505 0.7", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0505 0.7 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.35", + "layer_height": "0.35", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.35mm Standard @SeeMeCNC BOSSdelta 500 0510 0.7.json b/resources/profiles/SeeMeCNC/process/0.35mm Standard @SeeMeCNC BOSSdelta 500 0510 0.7.json index e0d45d513c..c65ba4b197 100644 --- a/resources/profiles/SeeMeCNC/process/0.35mm Standard @SeeMeCNC BOSSdelta 500 0510 0.7.json +++ b/resources/profiles/SeeMeCNC/process/0.35mm Standard @SeeMeCNC BOSSdelta 500 0510 0.7.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.35mm Standard @SeeMeCNC BOSSdelta 500 0510 0.7", - "inherits": "SeeMeCNC process base 0.7mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.35mm Standard @SeeMeCNC BOSSdelta 500 0510 0.7", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0510 0.7 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.35", - "layer_height": "0.35", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.35mm Standard @SeeMeCNC BOSSdelta 500 0510 0.7", + "inherits": "SeeMeCNC process base 0.7mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.35mm Standard @SeeMeCNC BOSSdelta 500 0510 0.7", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0510 0.7 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.35", + "layer_height": "0.35", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.35mm Standard @SeeMeCNC BOSSdelta 500 0521 0.7.json b/resources/profiles/SeeMeCNC/process/0.35mm Standard @SeeMeCNC BOSSdelta 500 0521 0.7.json index bd0ec9ff69..526f477689 100644 --- a/resources/profiles/SeeMeCNC/process/0.35mm Standard @SeeMeCNC BOSSdelta 500 0521 0.7.json +++ b/resources/profiles/SeeMeCNC/process/0.35mm Standard @SeeMeCNC BOSSdelta 500 0521 0.7.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.35mm Standard @SeeMeCNC BOSSdelta 500 0521 0.7", - "inherits": "SeeMeCNC process base 0.7mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.35mm Standard @SeeMeCNC BOSSdelta 500 0521 0.7", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0521 0.7 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.35", - "layer_height": "0.35", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.35mm Standard @SeeMeCNC BOSSdelta 500 0521 0.7", + "inherits": "SeeMeCNC process base 0.7mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.35mm Standard @SeeMeCNC BOSSdelta 500 0521 0.7", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0521 0.7 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.35", + "layer_height": "0.35", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.35mm Standard @SeeMeCNC RostockMAX v3.2 0.7.json b/resources/profiles/SeeMeCNC/process/0.35mm Standard @SeeMeCNC RostockMAX v3.2 0.7.json index e9af24ca7b..573966e17b 100644 --- a/resources/profiles/SeeMeCNC/process/0.35mm Standard @SeeMeCNC RostockMAX v3.2 0.7.json +++ b/resources/profiles/SeeMeCNC/process/0.35mm Standard @SeeMeCNC RostockMAX v3.2 0.7.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.35mm Standard @SeeMeCNC RostockMAX v3.2 0.7", - "inherits": "SeeMeCNC process base 0.7mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.35mm Standard @SeeMeCNC RostockMAX v3.2 0.7", - "compatible_printers": [ - "SeeMeCNC RostockMAX v3.2 0.7 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.35", - "layer_height": "0.35", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.35mm Standard @SeeMeCNC RostockMAX v3.2 0.7", + "inherits": "SeeMeCNC process base 0.7mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.35mm Standard @SeeMeCNC RostockMAX v3.2 0.7", + "compatible_printers": [ + "SeeMeCNC RostockMAX v3.2 0.7 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.35", + "layer_height": "0.35", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.35mm Standard @SeeMeCNC RostockMAX v4 0.7.json b/resources/profiles/SeeMeCNC/process/0.35mm Standard @SeeMeCNC RostockMAX v4 0.7.json index df0f0ce820..e7ef24194a 100644 --- a/resources/profiles/SeeMeCNC/process/0.35mm Standard @SeeMeCNC RostockMAX v4 0.7.json +++ b/resources/profiles/SeeMeCNC/process/0.35mm Standard @SeeMeCNC RostockMAX v4 0.7.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.35mm Standard @SeeMeCNC RostockMAX v4 0.7", - "inherits": "SeeMeCNC process base 0.7mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.35mm Standard @SeeMeCNC RostockMAX v4 0.7", - "compatible_printers": [ - "SeeMeCNC RostockMAX v4 0.7 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.35", - "layer_height": "0.35", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.35mm Standard @SeeMeCNC RostockMAX v4 0.7", + "inherits": "SeeMeCNC process base 0.7mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.35mm Standard @SeeMeCNC RostockMAX v4 0.7", + "compatible_printers": [ + "SeeMeCNC RostockMAX v4 0.7 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.35", + "layer_height": "0.35", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.35mm TPU Vase @SeeMeCNC Artemis 0.7.json b/resources/profiles/SeeMeCNC/process/0.35mm TPU Vase @SeeMeCNC Artemis 0.7.json index e727133773..cbbf727ebe 100644 --- a/resources/profiles/SeeMeCNC/process/0.35mm TPU Vase @SeeMeCNC Artemis 0.7.json +++ b/resources/profiles/SeeMeCNC/process/0.35mm TPU Vase @SeeMeCNC Artemis 0.7.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.35mm TPU Vase @SeeMeCNC Artemis 0.7", - "inherits": "SeeMeCNC process base 0.7mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.35mm TPU Vase @SeeMeCNC Artemis 0.7", - "compatible_printers": [ - "SeeMeCNC Artemis 0.7 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.3", - "layer_height": "0.35", - "precise_z_height": "0", - "skirt_distance": "1", - "skirt_loops": "2", - "spiral_mode": "1" + "type": "process", + "name": "0.35mm TPU Vase @SeeMeCNC Artemis 0.7", + "inherits": "SeeMeCNC process base 0.7mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.35mm TPU Vase @SeeMeCNC Artemis 0.7", + "compatible_printers": [ + "SeeMeCNC Artemis 0.7 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.3", + "layer_height": "0.35", + "precise_z_height": "0", + "skirt_distance": "1", + "skirt_loops": "2", + "spiral_mode": "1" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.35mm TPU Vase @SeeMeCNC BOSSdelta 300 0.7.json b/resources/profiles/SeeMeCNC/process/0.35mm TPU Vase @SeeMeCNC BOSSdelta 300 0.7.json index cd4396d4ee..af09ff2681 100644 --- a/resources/profiles/SeeMeCNC/process/0.35mm TPU Vase @SeeMeCNC BOSSdelta 300 0.7.json +++ b/resources/profiles/SeeMeCNC/process/0.35mm TPU Vase @SeeMeCNC BOSSdelta 300 0.7.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.35mm TPU Vase @SeeMeCNC BOSSdelta 300 0.7", - "inherits": "SeeMeCNC process base 0.7mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.35mm TPU Vase @SeeMeCNC BOSSdelta 300 0.7", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 300 0.7 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.3", - "layer_height": "0.35", - "precise_z_height": "0", - "skirt_distance": "1", - "skirt_loops": "2", - "spiral_mode": "1" + "type": "process", + "name": "0.35mm TPU Vase @SeeMeCNC BOSSdelta 300 0.7", + "inherits": "SeeMeCNC process base 0.7mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.35mm TPU Vase @SeeMeCNC BOSSdelta 300 0.7", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 300 0.7 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.3", + "layer_height": "0.35", + "precise_z_height": "0", + "skirt_distance": "1", + "skirt_loops": "2", + "spiral_mode": "1" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.35mm TPU Vase @SeeMeCNC BOSSdelta 500 0505 0.7.json b/resources/profiles/SeeMeCNC/process/0.35mm TPU Vase @SeeMeCNC BOSSdelta 500 0505 0.7.json index d9ea176f63..3b24d99f23 100644 --- a/resources/profiles/SeeMeCNC/process/0.35mm TPU Vase @SeeMeCNC BOSSdelta 500 0505 0.7.json +++ b/resources/profiles/SeeMeCNC/process/0.35mm TPU Vase @SeeMeCNC BOSSdelta 500 0505 0.7.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.35mm TPU Vase @SeeMeCNC BOSSdelta 500 0505 0.7", - "inherits": "SeeMeCNC process base 0.7mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.35mm TPU Vase @SeeMeCNC BOSSdelta 500 0505 0.7", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0505 0.7 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.3", - "layer_height": "0.35", - "precise_z_height": "0", - "skirt_distance": "1", - "skirt_loops": "2", - "spiral_mode": "1" + "type": "process", + "name": "0.35mm TPU Vase @SeeMeCNC BOSSdelta 500 0505 0.7", + "inherits": "SeeMeCNC process base 0.7mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.35mm TPU Vase @SeeMeCNC BOSSdelta 500 0505 0.7", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0505 0.7 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.3", + "layer_height": "0.35", + "precise_z_height": "0", + "skirt_distance": "1", + "skirt_loops": "2", + "spiral_mode": "1" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.35mm TPU Vase @SeeMeCNC BOSSdelta 500 0510 0.7.json b/resources/profiles/SeeMeCNC/process/0.35mm TPU Vase @SeeMeCNC BOSSdelta 500 0510 0.7.json index 7fdd139e6c..88295592e7 100644 --- a/resources/profiles/SeeMeCNC/process/0.35mm TPU Vase @SeeMeCNC BOSSdelta 500 0510 0.7.json +++ b/resources/profiles/SeeMeCNC/process/0.35mm TPU Vase @SeeMeCNC BOSSdelta 500 0510 0.7.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.35mm TPU Vase @SeeMeCNC BOSSdelta 500 0510 0.7", - "inherits": "SeeMeCNC process base 0.7mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.35mm TPU Vase @SeeMeCNC BOSSdelta 500 0510 0.7", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0510 0.7 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.3", - "layer_height": "0.35", - "precise_z_height": "0", - "skirt_distance": "1", - "skirt_loops": "2", - "spiral_mode": "1" + "type": "process", + "name": "0.35mm TPU Vase @SeeMeCNC BOSSdelta 500 0510 0.7", + "inherits": "SeeMeCNC process base 0.7mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.35mm TPU Vase @SeeMeCNC BOSSdelta 500 0510 0.7", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0510 0.7 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.3", + "layer_height": "0.35", + "precise_z_height": "0", + "skirt_distance": "1", + "skirt_loops": "2", + "spiral_mode": "1" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.35mm TPU Vase @SeeMeCNC BOSSdelta 500 0521 0.7.json b/resources/profiles/SeeMeCNC/process/0.35mm TPU Vase @SeeMeCNC BOSSdelta 500 0521 0.7.json index 6b3dfc24fb..9879b7b58e 100644 --- a/resources/profiles/SeeMeCNC/process/0.35mm TPU Vase @SeeMeCNC BOSSdelta 500 0521 0.7.json +++ b/resources/profiles/SeeMeCNC/process/0.35mm TPU Vase @SeeMeCNC BOSSdelta 500 0521 0.7.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.35mm TPU Vase @SeeMeCNC BOSSdelta 500 0521 0.7", - "inherits": "SeeMeCNC process base 0.7mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.35mm TPU Vase @SeeMeCNC BOSSdelta 500 0521 0.7", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0521 0.7 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.3", - "layer_height": "0.35", - "precise_z_height": "0", - "skirt_distance": "1", - "skirt_loops": "2", - "spiral_mode": "1" + "type": "process", + "name": "0.35mm TPU Vase @SeeMeCNC BOSSdelta 500 0521 0.7", + "inherits": "SeeMeCNC process base 0.7mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.35mm TPU Vase @SeeMeCNC BOSSdelta 500 0521 0.7", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0521 0.7 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.3", + "layer_height": "0.35", + "precise_z_height": "0", + "skirt_distance": "1", + "skirt_loops": "2", + "spiral_mode": "1" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.35mm TPU Vase @SeeMeCNC RostockMAX v3.2 0.7.json b/resources/profiles/SeeMeCNC/process/0.35mm TPU Vase @SeeMeCNC RostockMAX v3.2 0.7.json index 020dfbf991..6e779f5904 100644 --- a/resources/profiles/SeeMeCNC/process/0.35mm TPU Vase @SeeMeCNC RostockMAX v3.2 0.7.json +++ b/resources/profiles/SeeMeCNC/process/0.35mm TPU Vase @SeeMeCNC RostockMAX v3.2 0.7.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.35mm TPU Vase @SeeMeCNC RostockMAX v3.2 0.7", - "inherits": "SeeMeCNC process base 0.7mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.35mm TPU Vase @SeeMeCNC RostockMAX v3.2 0.7", - "compatible_printers": [ - "SeeMeCNC RostockMAX v3.2 0.7 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.3", - "layer_height": "0.35", - "precise_z_height": "0", - "skirt_distance": "1", - "skirt_loops": "2", - "spiral_mode": "1" + "type": "process", + "name": "0.35mm TPU Vase @SeeMeCNC RostockMAX v3.2 0.7", + "inherits": "SeeMeCNC process base 0.7mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.35mm TPU Vase @SeeMeCNC RostockMAX v3.2 0.7", + "compatible_printers": [ + "SeeMeCNC RostockMAX v3.2 0.7 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.3", + "layer_height": "0.35", + "precise_z_height": "0", + "skirt_distance": "1", + "skirt_loops": "2", + "spiral_mode": "1" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.35mm TPU Vase @SeeMeCNC RostockMAX v4 0.7.json b/resources/profiles/SeeMeCNC/process/0.35mm TPU Vase @SeeMeCNC RostockMAX v4 0.7.json index ec867e4dc4..d6ead603e4 100644 --- a/resources/profiles/SeeMeCNC/process/0.35mm TPU Vase @SeeMeCNC RostockMAX v4 0.7.json +++ b/resources/profiles/SeeMeCNC/process/0.35mm TPU Vase @SeeMeCNC RostockMAX v4 0.7.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.35mm TPU Vase @SeeMeCNC RostockMAX v4 0.7", - "inherits": "SeeMeCNC process base 0.7mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.35mm TPU Vase @SeeMeCNC RostockMAX v4 0.7", - "compatible_printers": [ - "SeeMeCNC RostockMAX v4 0.7 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.3", - "layer_height": "0.35", - "precise_z_height": "0", - "skirt_distance": "1", - "skirt_loops": "2", - "spiral_mode": "1" + "type": "process", + "name": "0.35mm TPU Vase @SeeMeCNC RostockMAX v4 0.7", + "inherits": "SeeMeCNC process base 0.7mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.35mm TPU Vase @SeeMeCNC RostockMAX v4 0.7", + "compatible_printers": [ + "SeeMeCNC RostockMAX v4 0.7 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.3", + "layer_height": "0.35", + "precise_z_height": "0", + "skirt_distance": "1", + "skirt_loops": "2", + "spiral_mode": "1" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.40mm Fine @SeeMeCNC Artemis 1.0.json b/resources/profiles/SeeMeCNC/process/0.40mm Fine @SeeMeCNC Artemis 1.0.json index 8ef02f33f2..601c3ddf27 100644 --- a/resources/profiles/SeeMeCNC/process/0.40mm Fine @SeeMeCNC Artemis 1.0.json +++ b/resources/profiles/SeeMeCNC/process/0.40mm Fine @SeeMeCNC Artemis 1.0.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.40mm Fine @SeeMeCNC Artemis 1.0", - "inherits": "SeeMeCNC process base 1.0mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.40mm Fine @SeeMeCNC Artemis 1.0", - "compatible_printers": [ - "SeeMeCNC Artemis 1.0 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.3", - "layer_height": "0.4", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.40mm Fine @SeeMeCNC Artemis 1.0", + "inherits": "SeeMeCNC process base 1.0mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.40mm Fine @SeeMeCNC Artemis 1.0", + "compatible_printers": [ + "SeeMeCNC Artemis 1.0 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.3", + "layer_height": "0.4", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.40mm Fine @SeeMeCNC BOSSdelta 300 1.0.json b/resources/profiles/SeeMeCNC/process/0.40mm Fine @SeeMeCNC BOSSdelta 300 1.0.json index 226ee6bcfe..6a51846314 100644 --- a/resources/profiles/SeeMeCNC/process/0.40mm Fine @SeeMeCNC BOSSdelta 300 1.0.json +++ b/resources/profiles/SeeMeCNC/process/0.40mm Fine @SeeMeCNC BOSSdelta 300 1.0.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.40mm Fine @SeeMeCNC BOSSdelta 300 1.0", - "inherits": "SeeMeCNC process base 1.0mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.40mm Fine @SeeMeCNC BOSSdelta 300 1.0", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 300 1.0 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.3", - "layer_height": "0.4", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.40mm Fine @SeeMeCNC BOSSdelta 300 1.0", + "inherits": "SeeMeCNC process base 1.0mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.40mm Fine @SeeMeCNC BOSSdelta 300 1.0", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 300 1.0 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.3", + "layer_height": "0.4", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.40mm Fine @SeeMeCNC BOSSdelta 500 0505 1.0.json b/resources/profiles/SeeMeCNC/process/0.40mm Fine @SeeMeCNC BOSSdelta 500 0505 1.0.json index 423e0e1124..31ac8dc185 100644 --- a/resources/profiles/SeeMeCNC/process/0.40mm Fine @SeeMeCNC BOSSdelta 500 0505 1.0.json +++ b/resources/profiles/SeeMeCNC/process/0.40mm Fine @SeeMeCNC BOSSdelta 500 0505 1.0.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.40mm Fine @SeeMeCNC BOSSdelta 500 0505 1.0", - "inherits": "SeeMeCNC process base 1.0mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.40mm Fine @SeeMeCNC BOSSdelta 500 0505 1.0", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0505 1.0 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.3", - "layer_height": "0.4", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.40mm Fine @SeeMeCNC BOSSdelta 500 0505 1.0", + "inherits": "SeeMeCNC process base 1.0mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.40mm Fine @SeeMeCNC BOSSdelta 500 0505 1.0", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0505 1.0 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.3", + "layer_height": "0.4", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.40mm Fine @SeeMeCNC BOSSdelta 500 0510 1.0.json b/resources/profiles/SeeMeCNC/process/0.40mm Fine @SeeMeCNC BOSSdelta 500 0510 1.0.json index 5a64fee63b..4c8a07a5f9 100644 --- a/resources/profiles/SeeMeCNC/process/0.40mm Fine @SeeMeCNC BOSSdelta 500 0510 1.0.json +++ b/resources/profiles/SeeMeCNC/process/0.40mm Fine @SeeMeCNC BOSSdelta 500 0510 1.0.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.40mm Fine @SeeMeCNC BOSSdelta 500 0510 1.0", - "inherits": "SeeMeCNC process base 1.0mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.40mm Fine @SeeMeCNC BOSSdelta 500 0510 1.0", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0510 1.0 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.3", - "layer_height": "0.4", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.40mm Fine @SeeMeCNC BOSSdelta 500 0510 1.0", + "inherits": "SeeMeCNC process base 1.0mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.40mm Fine @SeeMeCNC BOSSdelta 500 0510 1.0", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0510 1.0 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.3", + "layer_height": "0.4", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.40mm Fine @SeeMeCNC BOSSdelta 500 0521 1.0.json b/resources/profiles/SeeMeCNC/process/0.40mm Fine @SeeMeCNC BOSSdelta 500 0521 1.0.json index 42ce2123df..33df01ede1 100644 --- a/resources/profiles/SeeMeCNC/process/0.40mm Fine @SeeMeCNC BOSSdelta 500 0521 1.0.json +++ b/resources/profiles/SeeMeCNC/process/0.40mm Fine @SeeMeCNC BOSSdelta 500 0521 1.0.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.40mm Fine @SeeMeCNC BOSSdelta 500 0521 1.0", - "inherits": "SeeMeCNC process base 1.0mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.40mm Fine @SeeMeCNC BOSSdelta 500 0521 1.0", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0521 1.0 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.3", - "layer_height": "0.4", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.40mm Fine @SeeMeCNC BOSSdelta 500 0521 1.0", + "inherits": "SeeMeCNC process base 1.0mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.40mm Fine @SeeMeCNC BOSSdelta 500 0521 1.0", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0521 1.0 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.3", + "layer_height": "0.4", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.40mm Fine @SeeMeCNC RostockMAX v3.2 1.0.json b/resources/profiles/SeeMeCNC/process/0.40mm Fine @SeeMeCNC RostockMAX v3.2 1.0.json index fc1c98ce47..cfdab21c54 100644 --- a/resources/profiles/SeeMeCNC/process/0.40mm Fine @SeeMeCNC RostockMAX v3.2 1.0.json +++ b/resources/profiles/SeeMeCNC/process/0.40mm Fine @SeeMeCNC RostockMAX v3.2 1.0.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.40mm Fine @SeeMeCNC RostockMAX v3.2 1.0", - "inherits": "SeeMeCNC process base 1.0mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.40mm Fine @SeeMeCNC RostockMAX v3.2 1.0", - "compatible_printers": [ - "SeeMeCNC RostockMAX v3.2 1.0 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.3", - "layer_height": "0.4", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.40mm Fine @SeeMeCNC RostockMAX v3.2 1.0", + "inherits": "SeeMeCNC process base 1.0mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.40mm Fine @SeeMeCNC RostockMAX v3.2 1.0", + "compatible_printers": [ + "SeeMeCNC RostockMAX v3.2 1.0 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.3", + "layer_height": "0.4", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.40mm Fine @SeeMeCNC RostockMAX v4 1.0.json b/resources/profiles/SeeMeCNC/process/0.40mm Fine @SeeMeCNC RostockMAX v4 1.0.json index 8dbe2971c2..0866523aff 100644 --- a/resources/profiles/SeeMeCNC/process/0.40mm Fine @SeeMeCNC RostockMAX v4 1.0.json +++ b/resources/profiles/SeeMeCNC/process/0.40mm Fine @SeeMeCNC RostockMAX v4 1.0.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.40mm Fine @SeeMeCNC RostockMAX v4 1.0", - "inherits": "SeeMeCNC process base 1.0mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.40mm Fine @SeeMeCNC RostockMAX v4 1.0", - "compatible_printers": [ - "SeeMeCNC RostockMAX v4 1.0 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.3", - "layer_height": "0.4", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.40mm Fine @SeeMeCNC RostockMAX v4 1.0", + "inherits": "SeeMeCNC process base 1.0mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.40mm Fine @SeeMeCNC RostockMAX v4 1.0", + "compatible_printers": [ + "SeeMeCNC RostockMAX v4 1.0 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.3", + "layer_height": "0.4", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.42mm Draft @SeeMeCNC Artemis 0.7.json b/resources/profiles/SeeMeCNC/process/0.42mm Draft @SeeMeCNC Artemis 0.7.json index 6bef038cd2..6b4c7487d3 100644 --- a/resources/profiles/SeeMeCNC/process/0.42mm Draft @SeeMeCNC Artemis 0.7.json +++ b/resources/profiles/SeeMeCNC/process/0.42mm Draft @SeeMeCNC Artemis 0.7.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.42mm Draft @SeeMeCNC Artemis 0.7", - "inherits": "SeeMeCNC process base 0.7mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.42mm Draft @SeeMeCNC Artemis 0.7", - "compatible_printers": [ - "SeeMeCNC Artemis 0.7 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.35", - "layer_height": "0.42", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.42mm Draft @SeeMeCNC Artemis 0.7", + "inherits": "SeeMeCNC process base 0.7mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.42mm Draft @SeeMeCNC Artemis 0.7", + "compatible_printers": [ + "SeeMeCNC Artemis 0.7 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.35", + "layer_height": "0.42", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.42mm Draft @SeeMeCNC BOSSdelta 300 0.7.json b/resources/profiles/SeeMeCNC/process/0.42mm Draft @SeeMeCNC BOSSdelta 300 0.7.json index 841dee0fe4..32f5ca5eb3 100644 --- a/resources/profiles/SeeMeCNC/process/0.42mm Draft @SeeMeCNC BOSSdelta 300 0.7.json +++ b/resources/profiles/SeeMeCNC/process/0.42mm Draft @SeeMeCNC BOSSdelta 300 0.7.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.42mm Draft @SeeMeCNC BOSSdelta 300 0.7", - "inherits": "SeeMeCNC process base 0.7mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.42mm Draft @SeeMeCNC BOSSdelta 300 0.7", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 300 0.7 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.35", - "layer_height": "0.42", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.42mm Draft @SeeMeCNC BOSSdelta 300 0.7", + "inherits": "SeeMeCNC process base 0.7mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.42mm Draft @SeeMeCNC BOSSdelta 300 0.7", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 300 0.7 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.35", + "layer_height": "0.42", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.42mm Draft @SeeMeCNC BOSSdelta 500 0505 0.7.json b/resources/profiles/SeeMeCNC/process/0.42mm Draft @SeeMeCNC BOSSdelta 500 0505 0.7.json index de5a47c377..03a65b02f6 100644 --- a/resources/profiles/SeeMeCNC/process/0.42mm Draft @SeeMeCNC BOSSdelta 500 0505 0.7.json +++ b/resources/profiles/SeeMeCNC/process/0.42mm Draft @SeeMeCNC BOSSdelta 500 0505 0.7.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.42mm Draft @SeeMeCNC BOSSdelta 500 0505 0.7", - "inherits": "SeeMeCNC process base 0.7mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.42mm Draft @SeeMeCNC BOSSdelta 500 0505 0.7", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0505 0.7 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.35", - "layer_height": "0.42", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.42mm Draft @SeeMeCNC BOSSdelta 500 0505 0.7", + "inherits": "SeeMeCNC process base 0.7mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.42mm Draft @SeeMeCNC BOSSdelta 500 0505 0.7", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0505 0.7 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.35", + "layer_height": "0.42", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.42mm Draft @SeeMeCNC BOSSdelta 500 0510 0.7.json b/resources/profiles/SeeMeCNC/process/0.42mm Draft @SeeMeCNC BOSSdelta 500 0510 0.7.json index 7d40171755..c39fb7cc70 100644 --- a/resources/profiles/SeeMeCNC/process/0.42mm Draft @SeeMeCNC BOSSdelta 500 0510 0.7.json +++ b/resources/profiles/SeeMeCNC/process/0.42mm Draft @SeeMeCNC BOSSdelta 500 0510 0.7.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.42mm Draft @SeeMeCNC BOSSdelta 500 0510 0.7", - "inherits": "SeeMeCNC process base 0.7mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.42mm Draft @SeeMeCNC BOSSdelta 500 0510 0.7", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0510 0.7 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.35", - "layer_height": "0.42", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.42mm Draft @SeeMeCNC BOSSdelta 500 0510 0.7", + "inherits": "SeeMeCNC process base 0.7mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.42mm Draft @SeeMeCNC BOSSdelta 500 0510 0.7", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0510 0.7 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.35", + "layer_height": "0.42", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.42mm Draft @SeeMeCNC BOSSdelta 500 0521 0.7.json b/resources/profiles/SeeMeCNC/process/0.42mm Draft @SeeMeCNC BOSSdelta 500 0521 0.7.json index 3bd2d5be0d..5dfa88747d 100644 --- a/resources/profiles/SeeMeCNC/process/0.42mm Draft @SeeMeCNC BOSSdelta 500 0521 0.7.json +++ b/resources/profiles/SeeMeCNC/process/0.42mm Draft @SeeMeCNC BOSSdelta 500 0521 0.7.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.42mm Draft @SeeMeCNC BOSSdelta 500 0521 0.7", - "inherits": "SeeMeCNC process base 0.7mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.42mm Draft @SeeMeCNC BOSSdelta 500 0521 0.7", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0521 0.7 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.35", - "layer_height": "0.42", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.42mm Draft @SeeMeCNC BOSSdelta 500 0521 0.7", + "inherits": "SeeMeCNC process base 0.7mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.42mm Draft @SeeMeCNC BOSSdelta 500 0521 0.7", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0521 0.7 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.35", + "layer_height": "0.42", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.42mm Draft @SeeMeCNC RostockMAX v3.2 0.7.json b/resources/profiles/SeeMeCNC/process/0.42mm Draft @SeeMeCNC RostockMAX v3.2 0.7.json index 1faf82486d..c0613ea490 100644 --- a/resources/profiles/SeeMeCNC/process/0.42mm Draft @SeeMeCNC RostockMAX v3.2 0.7.json +++ b/resources/profiles/SeeMeCNC/process/0.42mm Draft @SeeMeCNC RostockMAX v3.2 0.7.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.42mm Draft @SeeMeCNC RostockMAX v3.2 0.7", - "inherits": "SeeMeCNC process base 0.7mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.42mm Draft @SeeMeCNC RostockMAX v3.2 0.7", - "compatible_printers": [ - "SeeMeCNC RostockMAX v3.2 0.7 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.35", - "layer_height": "0.42", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.42mm Draft @SeeMeCNC RostockMAX v3.2 0.7", + "inherits": "SeeMeCNC process base 0.7mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.42mm Draft @SeeMeCNC RostockMAX v3.2 0.7", + "compatible_printers": [ + "SeeMeCNC RostockMAX v3.2 0.7 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.35", + "layer_height": "0.42", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.42mm Draft @SeeMeCNC RostockMAX v4 0.7.json b/resources/profiles/SeeMeCNC/process/0.42mm Draft @SeeMeCNC RostockMAX v4 0.7.json index c4b42ee3bc..7cdd3db724 100644 --- a/resources/profiles/SeeMeCNC/process/0.42mm Draft @SeeMeCNC RostockMAX v4 0.7.json +++ b/resources/profiles/SeeMeCNC/process/0.42mm Draft @SeeMeCNC RostockMAX v4 0.7.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.42mm Draft @SeeMeCNC RostockMAX v4 0.7", - "inherits": "SeeMeCNC process base 0.7mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.42mm Draft @SeeMeCNC RostockMAX v4 0.7", - "compatible_printers": [ - "SeeMeCNC RostockMAX v4 0.7 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.35", - "layer_height": "0.42", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.42mm Draft @SeeMeCNC RostockMAX v4 0.7", + "inherits": "SeeMeCNC process base 0.7mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.42mm Draft @SeeMeCNC RostockMAX v4 0.7", + "compatible_printers": [ + "SeeMeCNC RostockMAX v4 0.7 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.35", + "layer_height": "0.42", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.49mm Extra Draft @SeeMeCNC Artemis 0.7.json b/resources/profiles/SeeMeCNC/process/0.49mm Extra Draft @SeeMeCNC Artemis 0.7.json index dd1a9fbc26..8dcf440a73 100644 --- a/resources/profiles/SeeMeCNC/process/0.49mm Extra Draft @SeeMeCNC Artemis 0.7.json +++ b/resources/profiles/SeeMeCNC/process/0.49mm Extra Draft @SeeMeCNC Artemis 0.7.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.49mm Extra Draft @SeeMeCNC Artemis 0.7", - "inherits": "SeeMeCNC process base 0.7mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.49mm Extra Draft @SeeMeCNC Artemis 0.7", - "compatible_printers": [ - "SeeMeCNC Artemis 0.7 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.35", - "layer_height": "0.49", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.49mm Extra Draft @SeeMeCNC Artemis 0.7", + "inherits": "SeeMeCNC process base 0.7mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.49mm Extra Draft @SeeMeCNC Artemis 0.7", + "compatible_printers": [ + "SeeMeCNC Artemis 0.7 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.35", + "layer_height": "0.49", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.49mm Extra Draft @SeeMeCNC BOSSdelta 300 0.7.json b/resources/profiles/SeeMeCNC/process/0.49mm Extra Draft @SeeMeCNC BOSSdelta 300 0.7.json index edcd6380de..88f6b9856a 100644 --- a/resources/profiles/SeeMeCNC/process/0.49mm Extra Draft @SeeMeCNC BOSSdelta 300 0.7.json +++ b/resources/profiles/SeeMeCNC/process/0.49mm Extra Draft @SeeMeCNC BOSSdelta 300 0.7.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.49mm Extra Draft @SeeMeCNC BOSSdelta 300 0.7", - "inherits": "SeeMeCNC process base 0.7mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.49mm Extra Draft @SeeMeCNC BOSSdelta 300 0.7", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 300 0.7 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.35", - "layer_height": "0.49", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.49mm Extra Draft @SeeMeCNC BOSSdelta 300 0.7", + "inherits": "SeeMeCNC process base 0.7mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.49mm Extra Draft @SeeMeCNC BOSSdelta 300 0.7", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 300 0.7 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.35", + "layer_height": "0.49", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.7.json b/resources/profiles/SeeMeCNC/process/0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.7.json index 2bdc765648..60a20ed836 100644 --- a/resources/profiles/SeeMeCNC/process/0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.7.json +++ b/resources/profiles/SeeMeCNC/process/0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.7.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.7", - "inherits": "SeeMeCNC process base 0.7mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.7", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0505 0.7 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.35", - "layer_height": "0.49", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.7", + "inherits": "SeeMeCNC process base 0.7mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.7", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0505 0.7 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.35", + "layer_height": "0.49", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.7.json b/resources/profiles/SeeMeCNC/process/0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.7.json index 5348316682..fe2e885407 100644 --- a/resources/profiles/SeeMeCNC/process/0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.7.json +++ b/resources/profiles/SeeMeCNC/process/0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.7.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.7", - "inherits": "SeeMeCNC process base 0.7mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.7", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0510 0.7 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.35", - "layer_height": "0.49", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.7", + "inherits": "SeeMeCNC process base 0.7mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.7", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0510 0.7 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.35", + "layer_height": "0.49", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.7.json b/resources/profiles/SeeMeCNC/process/0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.7.json index 6ff11425c5..b15a96c3ff 100644 --- a/resources/profiles/SeeMeCNC/process/0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.7.json +++ b/resources/profiles/SeeMeCNC/process/0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.7.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.7", - "inherits": "SeeMeCNC process base 0.7mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.7", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0521 0.7 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.35", - "layer_height": "0.49", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.7", + "inherits": "SeeMeCNC process base 0.7mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.49mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.7", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0521 0.7 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.35", + "layer_height": "0.49", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.49mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.7.json b/resources/profiles/SeeMeCNC/process/0.49mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.7.json index eb44f1ed9e..876d20fd61 100644 --- a/resources/profiles/SeeMeCNC/process/0.49mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.7.json +++ b/resources/profiles/SeeMeCNC/process/0.49mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.7.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.49mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.7", - "inherits": "SeeMeCNC process base 0.7mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.49mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.7", - "compatible_printers": [ - "SeeMeCNC RostockMAX v3.2 0.7 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.35", - "layer_height": "0.49", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.49mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.7", + "inherits": "SeeMeCNC process base 0.7mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.49mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.7", + "compatible_printers": [ + "SeeMeCNC RostockMAX v3.2 0.7 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.35", + "layer_height": "0.49", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.49mm Extra Draft @SeeMeCNC RostockMAX v4 0.7.json b/resources/profiles/SeeMeCNC/process/0.49mm Extra Draft @SeeMeCNC RostockMAX v4 0.7.json index e60b7baa28..a9eae140b2 100644 --- a/resources/profiles/SeeMeCNC/process/0.49mm Extra Draft @SeeMeCNC RostockMAX v4 0.7.json +++ b/resources/profiles/SeeMeCNC/process/0.49mm Extra Draft @SeeMeCNC RostockMAX v4 0.7.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.49mm Extra Draft @SeeMeCNC RostockMAX v4 0.7", - "inherits": "SeeMeCNC process base 0.7mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.49mm Extra Draft @SeeMeCNC RostockMAX v4 0.7", - "compatible_printers": [ - "SeeMeCNC RostockMAX v4 0.7 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.35", - "layer_height": "0.49", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.49mm Extra Draft @SeeMeCNC RostockMAX v4 0.7", + "inherits": "SeeMeCNC process base 0.7mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.49mm Extra Draft @SeeMeCNC RostockMAX v4 0.7", + "compatible_printers": [ + "SeeMeCNC RostockMAX v4 0.7 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.35", + "layer_height": "0.49", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.50mm Standard @SeeMeCNC Artemis 1.0.json b/resources/profiles/SeeMeCNC/process/0.50mm Standard @SeeMeCNC Artemis 1.0.json index ba1123d787..1c0e61e421 100644 --- a/resources/profiles/SeeMeCNC/process/0.50mm Standard @SeeMeCNC Artemis 1.0.json +++ b/resources/profiles/SeeMeCNC/process/0.50mm Standard @SeeMeCNC Artemis 1.0.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.50mm Standard @SeeMeCNC Artemis 1.0", - "inherits": "SeeMeCNC process base 1.0mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.50mm Standard @SeeMeCNC Artemis 1.0", - "compatible_printers": [ - "SeeMeCNC Artemis 1.0 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.3", - "layer_height": "0.5", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.50mm Standard @SeeMeCNC Artemis 1.0", + "inherits": "SeeMeCNC process base 1.0mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.50mm Standard @SeeMeCNC Artemis 1.0", + "compatible_printers": [ + "SeeMeCNC Artemis 1.0 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.3", + "layer_height": "0.5", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.50mm Standard @SeeMeCNC BOSSdelta 300 1.0.json b/resources/profiles/SeeMeCNC/process/0.50mm Standard @SeeMeCNC BOSSdelta 300 1.0.json index af89668d24..1d175529b4 100644 --- a/resources/profiles/SeeMeCNC/process/0.50mm Standard @SeeMeCNC BOSSdelta 300 1.0.json +++ b/resources/profiles/SeeMeCNC/process/0.50mm Standard @SeeMeCNC BOSSdelta 300 1.0.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.50mm Standard @SeeMeCNC BOSSdelta 300 1.0", - "inherits": "SeeMeCNC process base 1.0mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.50mm Standard @SeeMeCNC BOSSdelta 300 1.0", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 300 1.0 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.3", - "layer_height": "0.5", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.50mm Standard @SeeMeCNC BOSSdelta 300 1.0", + "inherits": "SeeMeCNC process base 1.0mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.50mm Standard @SeeMeCNC BOSSdelta 300 1.0", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 300 1.0 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.3", + "layer_height": "0.5", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.50mm Standard @SeeMeCNC BOSSdelta 500 0505 1.0.json b/resources/profiles/SeeMeCNC/process/0.50mm Standard @SeeMeCNC BOSSdelta 500 0505 1.0.json index ef42e362e0..d033503330 100644 --- a/resources/profiles/SeeMeCNC/process/0.50mm Standard @SeeMeCNC BOSSdelta 500 0505 1.0.json +++ b/resources/profiles/SeeMeCNC/process/0.50mm Standard @SeeMeCNC BOSSdelta 500 0505 1.0.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.50mm Standard @SeeMeCNC BOSSdelta 500 0505 1.0", - "inherits": "SeeMeCNC process base 1.0mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.50mm Standard @SeeMeCNC BOSSdelta 500 0505 1.0", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0505 1.0 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.3", - "layer_height": "0.5", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.50mm Standard @SeeMeCNC BOSSdelta 500 0505 1.0", + "inherits": "SeeMeCNC process base 1.0mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.50mm Standard @SeeMeCNC BOSSdelta 500 0505 1.0", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0505 1.0 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.3", + "layer_height": "0.5", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.50mm Standard @SeeMeCNC BOSSdelta 500 0510 1.0.json b/resources/profiles/SeeMeCNC/process/0.50mm Standard @SeeMeCNC BOSSdelta 500 0510 1.0.json index fc03d98bba..13a2873034 100644 --- a/resources/profiles/SeeMeCNC/process/0.50mm Standard @SeeMeCNC BOSSdelta 500 0510 1.0.json +++ b/resources/profiles/SeeMeCNC/process/0.50mm Standard @SeeMeCNC BOSSdelta 500 0510 1.0.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.50mm Standard @SeeMeCNC BOSSdelta 500 0510 1.0", - "inherits": "SeeMeCNC process base 1.0mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.50mm Standard @SeeMeCNC BOSSdelta 500 0510 1.0", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0510 1.0 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.3", - "layer_height": "0.5", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.50mm Standard @SeeMeCNC BOSSdelta 500 0510 1.0", + "inherits": "SeeMeCNC process base 1.0mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.50mm Standard @SeeMeCNC BOSSdelta 500 0510 1.0", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0510 1.0 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.3", + "layer_height": "0.5", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.50mm Standard @SeeMeCNC BOSSdelta 500 0521 1.0.json b/resources/profiles/SeeMeCNC/process/0.50mm Standard @SeeMeCNC BOSSdelta 500 0521 1.0.json index 4d6805d40b..6618e78d76 100644 --- a/resources/profiles/SeeMeCNC/process/0.50mm Standard @SeeMeCNC BOSSdelta 500 0521 1.0.json +++ b/resources/profiles/SeeMeCNC/process/0.50mm Standard @SeeMeCNC BOSSdelta 500 0521 1.0.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.50mm Standard @SeeMeCNC BOSSdelta 500 0521 1.0", - "inherits": "SeeMeCNC process base 1.0mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.50mm Standard @SeeMeCNC BOSSdelta 500 0521 1.0", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0521 1.0 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.3", - "layer_height": "0.5", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.50mm Standard @SeeMeCNC BOSSdelta 500 0521 1.0", + "inherits": "SeeMeCNC process base 1.0mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.50mm Standard @SeeMeCNC BOSSdelta 500 0521 1.0", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0521 1.0 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.3", + "layer_height": "0.5", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.50mm Standard @SeeMeCNC RostockMAX v3.2 1.0.json b/resources/profiles/SeeMeCNC/process/0.50mm Standard @SeeMeCNC RostockMAX v3.2 1.0.json index 3fa8dea956..b79ed41d43 100644 --- a/resources/profiles/SeeMeCNC/process/0.50mm Standard @SeeMeCNC RostockMAX v3.2 1.0.json +++ b/resources/profiles/SeeMeCNC/process/0.50mm Standard @SeeMeCNC RostockMAX v3.2 1.0.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.50mm Standard @SeeMeCNC RostockMAX v3.2 1.0", - "inherits": "SeeMeCNC process base 1.0mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.50mm Standard @SeeMeCNC RostockMAX v3.2 1.0", - "compatible_printers": [ - "SeeMeCNC RostockMAX v3.2 1.0 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.3", - "layer_height": "0.5", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.50mm Standard @SeeMeCNC RostockMAX v3.2 1.0", + "inherits": "SeeMeCNC process base 1.0mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.50mm Standard @SeeMeCNC RostockMAX v3.2 1.0", + "compatible_printers": [ + "SeeMeCNC RostockMAX v3.2 1.0 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.3", + "layer_height": "0.5", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.50mm Standard @SeeMeCNC RostockMAX v4 1.0.json b/resources/profiles/SeeMeCNC/process/0.50mm Standard @SeeMeCNC RostockMAX v4 1.0.json index 3e91f3ab03..fd2a751703 100644 --- a/resources/profiles/SeeMeCNC/process/0.50mm Standard @SeeMeCNC RostockMAX v4 1.0.json +++ b/resources/profiles/SeeMeCNC/process/0.50mm Standard @SeeMeCNC RostockMAX v4 1.0.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.50mm Standard @SeeMeCNC RostockMAX v4 1.0", - "inherits": "SeeMeCNC process base 1.0mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.50mm Standard @SeeMeCNC RostockMAX v4 1.0", - "compatible_printers": [ - "SeeMeCNC RostockMAX v4 1.0 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.3", - "layer_height": "0.5", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.50mm Standard @SeeMeCNC RostockMAX v4 1.0", + "inherits": "SeeMeCNC process base 1.0mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.50mm Standard @SeeMeCNC RostockMAX v4 1.0", + "compatible_printers": [ + "SeeMeCNC RostockMAX v4 1.0 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.3", + "layer_height": "0.5", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.60mm Draft @SeeMeCNC Artemis 1.0.json b/resources/profiles/SeeMeCNC/process/0.60mm Draft @SeeMeCNC Artemis 1.0.json index 5ef5f5ea2a..48043b9758 100644 --- a/resources/profiles/SeeMeCNC/process/0.60mm Draft @SeeMeCNC Artemis 1.0.json +++ b/resources/profiles/SeeMeCNC/process/0.60mm Draft @SeeMeCNC Artemis 1.0.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.60mm Draft @SeeMeCNC Artemis 1.0", - "inherits": "SeeMeCNC process base 1.0mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.60mm Draft @SeeMeCNC Artemis 1.0", - "compatible_printers": [ - "SeeMeCNC Artemis 1.0 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.3", - "layer_height": "0.6", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.60mm Draft @SeeMeCNC Artemis 1.0", + "inherits": "SeeMeCNC process base 1.0mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.60mm Draft @SeeMeCNC Artemis 1.0", + "compatible_printers": [ + "SeeMeCNC Artemis 1.0 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.3", + "layer_height": "0.6", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.60mm Draft @SeeMeCNC BOSSdelta 300 1.0.json b/resources/profiles/SeeMeCNC/process/0.60mm Draft @SeeMeCNC BOSSdelta 300 1.0.json index 186ada26a2..a9e0cc6c2d 100644 --- a/resources/profiles/SeeMeCNC/process/0.60mm Draft @SeeMeCNC BOSSdelta 300 1.0.json +++ b/resources/profiles/SeeMeCNC/process/0.60mm Draft @SeeMeCNC BOSSdelta 300 1.0.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.60mm Draft @SeeMeCNC BOSSdelta 300 1.0", - "inherits": "SeeMeCNC process base 1.0mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.60mm Draft @SeeMeCNC BOSSdelta 300 1.0", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 300 1.0 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.3", - "layer_height": "0.6", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.60mm Draft @SeeMeCNC BOSSdelta 300 1.0", + "inherits": "SeeMeCNC process base 1.0mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.60mm Draft @SeeMeCNC BOSSdelta 300 1.0", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 300 1.0 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.3", + "layer_height": "0.6", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.60mm Draft @SeeMeCNC BOSSdelta 500 0505 1.0.json b/resources/profiles/SeeMeCNC/process/0.60mm Draft @SeeMeCNC BOSSdelta 500 0505 1.0.json index 64f4b6e047..0ceb3c72e8 100644 --- a/resources/profiles/SeeMeCNC/process/0.60mm Draft @SeeMeCNC BOSSdelta 500 0505 1.0.json +++ b/resources/profiles/SeeMeCNC/process/0.60mm Draft @SeeMeCNC BOSSdelta 500 0505 1.0.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.60mm Draft @SeeMeCNC BOSSdelta 500 0505 1.0", - "inherits": "SeeMeCNC process base 1.0mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.60mm Draft @SeeMeCNC BOSSdelta 500 0505 1.0", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0505 1.0 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.3", - "layer_height": "0.6", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.60mm Draft @SeeMeCNC BOSSdelta 500 0505 1.0", + "inherits": "SeeMeCNC process base 1.0mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.60mm Draft @SeeMeCNC BOSSdelta 500 0505 1.0", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0505 1.0 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.3", + "layer_height": "0.6", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.60mm Draft @SeeMeCNC BOSSdelta 500 0510 1.0.json b/resources/profiles/SeeMeCNC/process/0.60mm Draft @SeeMeCNC BOSSdelta 500 0510 1.0.json index 06653b5261..3a5b8a69d4 100644 --- a/resources/profiles/SeeMeCNC/process/0.60mm Draft @SeeMeCNC BOSSdelta 500 0510 1.0.json +++ b/resources/profiles/SeeMeCNC/process/0.60mm Draft @SeeMeCNC BOSSdelta 500 0510 1.0.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.60mm Draft @SeeMeCNC BOSSdelta 500 0510 1.0", - "inherits": "SeeMeCNC process base 1.0mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.60mm Draft @SeeMeCNC BOSSdelta 500 0510 1.0", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0510 1.0 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.3", - "layer_height": "0.6", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.60mm Draft @SeeMeCNC BOSSdelta 500 0510 1.0", + "inherits": "SeeMeCNC process base 1.0mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.60mm Draft @SeeMeCNC BOSSdelta 500 0510 1.0", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0510 1.0 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.3", + "layer_height": "0.6", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.60mm Draft @SeeMeCNC BOSSdelta 500 0521 1.0.json b/resources/profiles/SeeMeCNC/process/0.60mm Draft @SeeMeCNC BOSSdelta 500 0521 1.0.json index 8686c0fc73..0ecca141ff 100644 --- a/resources/profiles/SeeMeCNC/process/0.60mm Draft @SeeMeCNC BOSSdelta 500 0521 1.0.json +++ b/resources/profiles/SeeMeCNC/process/0.60mm Draft @SeeMeCNC BOSSdelta 500 0521 1.0.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.60mm Draft @SeeMeCNC BOSSdelta 500 0521 1.0", - "inherits": "SeeMeCNC process base 1.0mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.60mm Draft @SeeMeCNC BOSSdelta 500 0521 1.0", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0521 1.0 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.3", - "layer_height": "0.6", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.60mm Draft @SeeMeCNC BOSSdelta 500 0521 1.0", + "inherits": "SeeMeCNC process base 1.0mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.60mm Draft @SeeMeCNC BOSSdelta 500 0521 1.0", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0521 1.0 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.3", + "layer_height": "0.6", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.60mm Draft @SeeMeCNC RostockMAX v3.2 1.0.json b/resources/profiles/SeeMeCNC/process/0.60mm Draft @SeeMeCNC RostockMAX v3.2 1.0.json index 7a9c763406..39ea6501c7 100644 --- a/resources/profiles/SeeMeCNC/process/0.60mm Draft @SeeMeCNC RostockMAX v3.2 1.0.json +++ b/resources/profiles/SeeMeCNC/process/0.60mm Draft @SeeMeCNC RostockMAX v3.2 1.0.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.60mm Draft @SeeMeCNC RostockMAX v3.2 1.0", - "inherits": "SeeMeCNC process base 1.0mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.60mm Draft @SeeMeCNC RostockMAX v3.2 1.0", - "compatible_printers": [ - "SeeMeCNC RostockMAX v3.2 1.0 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.3", - "layer_height": "0.6", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.60mm Draft @SeeMeCNC RostockMAX v3.2 1.0", + "inherits": "SeeMeCNC process base 1.0mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.60mm Draft @SeeMeCNC RostockMAX v3.2 1.0", + "compatible_printers": [ + "SeeMeCNC RostockMAX v3.2 1.0 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.3", + "layer_height": "0.6", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.60mm Draft @SeeMeCNC RostockMAX v4 1.0.json b/resources/profiles/SeeMeCNC/process/0.60mm Draft @SeeMeCNC RostockMAX v4 1.0.json index 8d7e053323..2a1081169f 100644 --- a/resources/profiles/SeeMeCNC/process/0.60mm Draft @SeeMeCNC RostockMAX v4 1.0.json +++ b/resources/profiles/SeeMeCNC/process/0.60mm Draft @SeeMeCNC RostockMAX v4 1.0.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.60mm Draft @SeeMeCNC RostockMAX v4 1.0", - "inherits": "SeeMeCNC process base 1.0mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.60mm Draft @SeeMeCNC RostockMAX v4 1.0", - "compatible_printers": [ - "SeeMeCNC RostockMAX v4 1.0 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.3", - "layer_height": "0.6", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.60mm Draft @SeeMeCNC RostockMAX v4 1.0", + "inherits": "SeeMeCNC process base 1.0mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.60mm Draft @SeeMeCNC RostockMAX v4 1.0", + "compatible_printers": [ + "SeeMeCNC RostockMAX v4 1.0 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.3", + "layer_height": "0.6", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.70mm Extra Draft @SeeMeCNC Artemis 1.0.json b/resources/profiles/SeeMeCNC/process/0.70mm Extra Draft @SeeMeCNC Artemis 1.0.json index a5de6fa078..675d6cebda 100644 --- a/resources/profiles/SeeMeCNC/process/0.70mm Extra Draft @SeeMeCNC Artemis 1.0.json +++ b/resources/profiles/SeeMeCNC/process/0.70mm Extra Draft @SeeMeCNC Artemis 1.0.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.70mm Extra Draft @SeeMeCNC Artemis 1.0", - "inherits": "SeeMeCNC process base 1.0mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.70mm Extra Draft @SeeMeCNC Artemis 1.0", - "compatible_printers": [ - "SeeMeCNC Artemis 1.0 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.3", - "layer_height": "0.7", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.70mm Extra Draft @SeeMeCNC Artemis 1.0", + "inherits": "SeeMeCNC process base 1.0mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.70mm Extra Draft @SeeMeCNC Artemis 1.0", + "compatible_printers": [ + "SeeMeCNC Artemis 1.0 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.3", + "layer_height": "0.7", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.70mm Extra Draft @SeeMeCNC BOSSdelta 300 1.0.json b/resources/profiles/SeeMeCNC/process/0.70mm Extra Draft @SeeMeCNC BOSSdelta 300 1.0.json index 25f27fb523..239b341192 100644 --- a/resources/profiles/SeeMeCNC/process/0.70mm Extra Draft @SeeMeCNC BOSSdelta 300 1.0.json +++ b/resources/profiles/SeeMeCNC/process/0.70mm Extra Draft @SeeMeCNC BOSSdelta 300 1.0.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.70mm Extra Draft @SeeMeCNC BOSSdelta 300 1.0", - "inherits": "SeeMeCNC process base 1.0mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.70mm Extra Draft @SeeMeCNC BOSSdelta 300 1.0", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 300 1.0 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.3", - "layer_height": "0.7", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.70mm Extra Draft @SeeMeCNC BOSSdelta 300 1.0", + "inherits": "SeeMeCNC process base 1.0mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.70mm Extra Draft @SeeMeCNC BOSSdelta 300 1.0", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 300 1.0 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.3", + "layer_height": "0.7", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 1.0.json b/resources/profiles/SeeMeCNC/process/0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 1.0.json index 6ad4cf85b2..8fc587206d 100644 --- a/resources/profiles/SeeMeCNC/process/0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 1.0.json +++ b/resources/profiles/SeeMeCNC/process/0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 1.0.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 1.0", - "inherits": "SeeMeCNC process base 1.0mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 1.0", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0505 1.0 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.3", - "layer_height": "0.7", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 1.0", + "inherits": "SeeMeCNC process base 1.0mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 1.0", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0505 1.0 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.3", + "layer_height": "0.7", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 1.0.json b/resources/profiles/SeeMeCNC/process/0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 1.0.json index 41d258eb02..119ceef4a8 100644 --- a/resources/profiles/SeeMeCNC/process/0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 1.0.json +++ b/resources/profiles/SeeMeCNC/process/0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 1.0.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 1.0", - "inherits": "SeeMeCNC process base 1.0mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 1.0", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0510 1.0 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.3", - "layer_height": "0.7", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 1.0", + "inherits": "SeeMeCNC process base 1.0mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 1.0", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0510 1.0 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.3", + "layer_height": "0.7", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 1.0.json b/resources/profiles/SeeMeCNC/process/0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 1.0.json index 940368fac1..70a9fdab95 100644 --- a/resources/profiles/SeeMeCNC/process/0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 1.0.json +++ b/resources/profiles/SeeMeCNC/process/0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 1.0.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 1.0", - "inherits": "SeeMeCNC process base 1.0mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 1.0", - "compatible_printers": [ - "SeeMeCNC BOSSdelta 500 0521 1.0 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.3", - "layer_height": "0.7", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 1.0", + "inherits": "SeeMeCNC process base 1.0mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.70mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 1.0", + "compatible_printers": [ + "SeeMeCNC BOSSdelta 500 0521 1.0 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.3", + "layer_height": "0.7", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.70mm Extra Draft @SeeMeCNC RostockMAX v3.2 1.0.json b/resources/profiles/SeeMeCNC/process/0.70mm Extra Draft @SeeMeCNC RostockMAX v3.2 1.0.json index 9684808285..3398c82c5c 100644 --- a/resources/profiles/SeeMeCNC/process/0.70mm Extra Draft @SeeMeCNC RostockMAX v3.2 1.0.json +++ b/resources/profiles/SeeMeCNC/process/0.70mm Extra Draft @SeeMeCNC RostockMAX v3.2 1.0.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.70mm Extra Draft @SeeMeCNC RostockMAX v3.2 1.0", - "inherits": "SeeMeCNC process base 1.0mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.70mm Extra Draft @SeeMeCNC RostockMAX v3.2 1.0", - "compatible_printers": [ - "SeeMeCNC RostockMAX v3.2 1.0 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.3", - "layer_height": "0.7", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.70mm Extra Draft @SeeMeCNC RostockMAX v3.2 1.0", + "inherits": "SeeMeCNC process base 1.0mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.70mm Extra Draft @SeeMeCNC RostockMAX v3.2 1.0", + "compatible_printers": [ + "SeeMeCNC RostockMAX v3.2 1.0 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.3", + "layer_height": "0.7", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/0.70mm Extra Draft @SeeMeCNC RostockMAX v4 1.0.json b/resources/profiles/SeeMeCNC/process/0.70mm Extra Draft @SeeMeCNC RostockMAX v4 1.0.json index b141135b20..b557778350 100644 --- a/resources/profiles/SeeMeCNC/process/0.70mm Extra Draft @SeeMeCNC RostockMAX v4 1.0.json +++ b/resources/profiles/SeeMeCNC/process/0.70mm Extra Draft @SeeMeCNC RostockMAX v4 1.0.json @@ -1,20 +1,20 @@ { - "type": "process", - "name": "0.70mm Extra Draft @SeeMeCNC RostockMAX v4 1.0", - "inherits": "SeeMeCNC process base 1.0mm", - "from": "System", - "instantiation": "true", - "print_settings_id": "0.70mm Extra Draft @SeeMeCNC RostockMAX v4 1.0", - "compatible_printers": [ - "SeeMeCNC RostockMAX v4 1.0 nozzle" - ], - "compatible_printers_condition": "", - "alternate_extra_wall": "0", - "counterbore_hole_bridging": "none", - "initial_layer_print_height": "0.3", - "layer_height": "0.7", - "precise_z_height": "0", - "skirt_distance": "2", - "skirt_loops": "0", - "spiral_mode": "0" + "type": "process", + "name": "0.70mm Extra Draft @SeeMeCNC RostockMAX v4 1.0", + "inherits": "SeeMeCNC process base 1.0mm", + "from": "System", + "instantiation": "true", + "print_settings_id": "0.70mm Extra Draft @SeeMeCNC RostockMAX v4 1.0", + "compatible_printers": [ + "SeeMeCNC RostockMAX v4 1.0 nozzle" + ], + "compatible_printers_condition": "", + "alternate_extra_wall": "0", + "counterbore_hole_bridging": "none", + "initial_layer_print_height": "0.3", + "layer_height": "0.7", + "precise_z_height": "0", + "skirt_distance": "2", + "skirt_loops": "0", + "spiral_mode": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/SeeMeCNC_process_base.json b/resources/profiles/SeeMeCNC/process/SeeMeCNC_process_base.json index f1562c0f45..f8208d45b4 100644 --- a/resources/profiles/SeeMeCNC/process/SeeMeCNC_process_base.json +++ b/resources/profiles/SeeMeCNC/process/SeeMeCNC_process_base.json @@ -208,10 +208,8 @@ "\n10,1" ], "solid_infill_direction": "45", - "solid_infill_filament": "1", "solid_infill_rotate_template": "", "sparse_infill_acceleration": "100%", - "sparse_infill_filament": "1", "sparse_infill_flow_ratio": "1", "sparse_infill_pattern": "gyroid", "sparse_infill_rotate_template": "", @@ -277,7 +275,6 @@ "tree_support_wall_count": "2", "wall_direction": "auto", "wall_distribution_count": "1", - "wall_filament": "1", "wall_generator": "arachne", "wall_sequence": "inner wall/outer wall", "wall_transition_angle": "10", @@ -348,4 +345,4 @@ "detect_thin_wall": "1", "ensure_vertical_shell_thickness": "ensure_all", "bridge_speed": "35" -} +} \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/SeeMeCNC_process_base_0.4mm.json b/resources/profiles/SeeMeCNC/process/SeeMeCNC_process_base_0.4mm.json index b9c0b84e50..2e0460810f 100644 --- a/resources/profiles/SeeMeCNC/process/SeeMeCNC_process_base_0.4mm.json +++ b/resources/profiles/SeeMeCNC/process/SeeMeCNC_process_base_0.4mm.json @@ -1,353 +1,353 @@ { - "type": "process", - "name": "SeeMeCNC process base 0.4mm", - "from": "system", - "instantiation": "false", - "accel_to_decel_enable": "0", - "accel_to_decel_factor": "50%", - "align_infill_direction_to_model": "0", - "bottom_shell_thickness": "0", - "bottom_solid_infill_flow_ratio": "1", - "bottom_surface_density": "100%", - "bridge_acceleration": "30%", - "bridge_angle": "0", - "bridge_density": "100%", - "bridge_flow": "0.95", - "bridge_no_support": "0", - "brim_ears_detection_length": "1", - "brim_ears_max_angle": "125", - "brim_object_gap": "0.1", - "brim_use_efc_outline": "0", - "brim_width": "5", - "calib_flowrate_topinfill_special_order": "0", - "default_acceleration": "1200", - "default_jerk": "7", - "default_junction_deviation": "0", - "detect_narrow_internal_solid_infill": "1", - "detect_overhang_wall": "1", - "dont_filter_internal_bridges": "disabled", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "elefant_foot_compensation_layers": "1", - "enable_extra_bridge_layer": "disabled", - "enable_overhang_speed": "1", - "enable_prime_tower": "1", - "enable_support": "0", - "enable_tower_interface_cooldown_during_tower": "0", - "enable_tower_interface_features": "0", - "enable_wrapping_detection": "0", - "enforce_support_layers": "0", - "exclude_object": "1", - "extra_perimeters_on_overhangs": "1", - "extra_solid_infills": "", - "extrusion_rate_smoothing_external_perimeter_only": "0", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "fill_multiline": "1", - "filter_out_gap_fill": "0", - "first_layer_flow_ratio": "1", - "flush_into_infill": "1", - "flush_into_objects": "0", - "flush_into_support": "1", - "fuzzy_skin": "disabled_fuzzy", - "fuzzy_skin_first_layer": "0", - "fuzzy_skin_mode": "displacement", - "fuzzy_skin_noise_type": "classic", - "fuzzy_skin_octaves": "4", - "fuzzy_skin_persistence": "0.5", - "fuzzy_skin_point_distance": "0.3", - "fuzzy_skin_scale": "1", - "fuzzy_skin_thickness": "0.2", - "gap_fill_flow_ratio": "1", - "gap_fill_target": "nowhere", - "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": "0", - "infill_anchor": "400%", - "infill_anchor_max": "20", - "infill_combination": "0", - "infill_combination_max_layer_height": "100%", - "infill_direction": "45", - "infill_jerk": "9", - "infill_lock_depth": "1", - "infill_overhang_angle": "60", - "infill_shift_step": "0.4", - "infill_wall_overlap": "25%", - "initial_layer_acceleration": "400", - "initial_layer_infill_speed": "40", - "initial_layer_jerk": "5", - "initial_layer_min_bead_width": "85%", - "initial_layer_travel_speed": "100%", - "inner_wall_acceleration": "800", - "inner_wall_flow_ratio": "1", - "inner_wall_jerk": "5", - "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_flow_ratio": "1", - "internal_solid_infill_pattern": "monotonic", - "ironing_angle": "0", - "ironing_angle_fixed": "0", - "ironing_flow": "10%", - "ironing_inset": "0", - "ironing_pattern": "rectilinear", - "ironing_spacing": "0.15", - "ironing_speed": "30", - "ironing_type": "no ironing", - "is_infill_first": "0", - "lateral_lattice_angle_1": "-45", - "lateral_lattice_angle_2": "45", - "make_overhang_printable": "0", - "make_overhang_printable_angle": "55", - "make_overhang_printable_hole_size": "0", - "max_bridge_length": "50", - "max_travel_detour_distance": "10000", - "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": "4", - "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_flow_ratio": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "overhang_flow_ratio": "1", - "overhang_reverse": "0", - "overhang_reverse_internal_only": "0", - "overhang_reverse_threshold": "50%", - "post_process": [], - "precise_outer_wall": "1", - "preheat_steps": "1", - "preheat_time": "30", - "prime_tower_brim_width": "3", - "prime_tower_enable_framework": "1", - "prime_tower_flat_ironing": "0", - "prime_tower_infill_gap": "150%", - "prime_tower_skip_points": "0", - "prime_tower_width": "30", - "prime_volume": "150", - "print_extruder_id": [ - "1" - ], - "print_extruder_variant": [ - "Bowden Standard" - ], - "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", - "scarf_angle_threshold": "155", - "scarf_joint_flow_ratio": "1", - "scarf_joint_speed": "100%", - "scarf_overhang_threshold": "35%", - "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", - "set_other_flow_ratios": "0", - "single_extruder_multi_material_priming": "0", - "single_loop_draft_shield": "0", - "skeleton_infill_density": "25%", - "skeleton_infill_line_width": "100%", - "skin_infill_density": "25%", - "skin_infill_depth": "2", - "skin_infill_line_width": "100%", - "skirt_height": "1", - "skirt_speed": "50", - "skirt_start_angle": "-135", - "skirt_type": "combined", - "slice_closing_radius": "0.049", - "slicing_mode": "regular", - "slow_down_layers": "4", - "slowdown_for_curled_perimeters": "1", - "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" - ], - "solid_infill_direction": "45", - "solid_infill_filament": "1", - "solid_infill_rotate_template": "", - "sparse_infill_acceleration": "100%", - "sparse_infill_filament": "1", - "sparse_infill_flow_ratio": "1", - "sparse_infill_pattern": "gyroid", - "sparse_infill_rotate_template": "", - "spiral_finishing_flow_ratio": "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": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_bottom_interface_spacing": "0.5", - "support_bottom_z_distance": "0.2", - "support_critical_regions_only": "1", - "support_expansion": "0", - "support_filament": "0", - "support_flow_ratio": "1", - "support_interface_bottom_layers": "2", - "support_interface_filament": "0", - "support_interface_flow_ratio": "1", - "support_interface_loop_pattern": "0", - "support_interface_not_for_body": "1", - "support_interface_pattern": "auto", - "support_interface_spacing": "0.5", - "support_interface_top_layers": "2", - "support_ironing": "0", - "support_ironing_flow": "10%", - "support_ironing_pattern": "rectilinear", - "support_ironing_spacing": "0.1", - "support_object_first_layer_gap": "0.2", - "support_object_xy_distance": "0.35", - "support_on_build_plate_only": "1", - "support_remove_small_overhang": "1", - "support_style": "default", - "support_threshold_angle": "38", - "support_threshold_overlap": "50%", - "support_top_z_distance": "0.2", - "support_type": "tree(auto)", - "symmetric_infill_y_axis": "0", - "thick_bridges": "0", - "thick_internal_bridges": "1", - "timelapse_type": "0", - "top_bottom_infill_wall_overlap": "25%", - "top_shell_thickness": "0.8", - "top_solid_infill_flow_ratio": "1", - "top_surface_density": "100%", - "top_surface_jerk": "5", - "travel_acceleration": "1500", - "travel_speed_z": "0", - "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_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": "2", - "wall_direction": "auto", - "wall_distribution_count": "1", - "wall_filament": "1", - "wall_generator": "arachne", - "wall_sequence": "inner wall/outer wall", - "wall_transition_angle": "10", - "wall_transition_filter_deviation": "25%", - "wall_transition_length": "100%", - "wipe_before_external_loop": "1", - "wipe_on_loops": "0", - "wipe_speed": "80%", - "wipe_tower_bridging": "10", - "wipe_tower_cone_angle": "30", - "wipe_tower_extra_flow": "100%", - "wipe_tower_extra_rib_length": "5", - "wipe_tower_extra_spacing": "100%", - "wipe_tower_filament": "0", - "wipe_tower_fillet_wall": "1", - "wipe_tower_max_purge_speed": "60", - "wipe_tower_no_sparse_layers": "0", - "wipe_tower_rib_width": "3", - "wipe_tower_rotation_angle": "0", - "wipe_tower_wall_type": "rib", - "wiping_volumes_extruders": [ - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70" - ], - "xy_contour_compensation": "0", - "top_surface_acceleration": "500", - "travel_jerk": "10", - "initial_layer_speed": "30", - "outer_wall_acceleration": "800", - "outer_wall_line_width": "100%", - "line_width": "100%", - "initial_layer_line_width": "125%", - "inner_wall_line_width": "100%", - "top_surface_line_width": "105%", - "sparse_infill_line_width": "125%", - "internal_solid_infill_line_width": "105%", - "support_line_width": "125%", - "outer_wall_speed": "60", - "inner_wall_speed": "60", - "sparse_infill_speed": "80", - "internal_solid_infill_speed": "80", - "gap_infill_speed": "50", - "support_speed": "80", - "support_interface_speed": "60", - "top_surface_speed": "50", - "small_perimeter_speed": "40%", - "small_perimeter_threshold": "0", - "outer_wall_jerk": "5", - "xy_hole_compensation": "0", - "description": "SeeMeCNC configurations", - "top_surface_flow_ratio": "0.95", - "travel_speed": "150", - "support_wall_loops": "1", - "wall_loops": "3", - "sparse_infill_density": "20%", - "top_surface_pattern": "monotonicline", - "bottom_shell_layers": "4", - "top_shell_layers": "4", - "bottom_surface_pattern": "monotonicline", - "detect_thin_wall": "1", - "ensure_vertical_shell_thickness": "ensure_all", - "bridge_speed": "30", - "enable_arc_fitting": "0", - "precise_z_height": "0" + "type": "process", + "name": "SeeMeCNC process base 0.4mm", + "from": "system", + "instantiation": "false", + "accel_to_decel_enable": "0", + "accel_to_decel_factor": "50%", + "align_infill_direction_to_model": "0", + "bottom_shell_thickness": "0", + "bottom_solid_infill_flow_ratio": "1", + "bottom_surface_density": "100%", + "bridge_acceleration": "30%", + "bridge_angle": "0", + "bridge_density": "100%", + "bridge_flow": "0.95", + "bridge_no_support": "0", + "brim_ears_detection_length": "1", + "brim_ears_max_angle": "125", + "brim_object_gap": "0.1", + "brim_use_efc_outline": "0", + "brim_width": "5", + "calib_flowrate_topinfill_special_order": "0", + "default_acceleration": "1200", + "default_jerk": "7", + "default_junction_deviation": "0", + "detect_narrow_internal_solid_infill": "1", + "detect_overhang_wall": "1", + "dont_filter_internal_bridges": "disabled", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "elefant_foot_compensation_layers": "1", + "enable_extra_bridge_layer": "disabled", + "enable_overhang_speed": "1", + "enable_prime_tower": "1", + "enable_support": "0", + "enable_tower_interface_cooldown_during_tower": "0", + "enable_tower_interface_features": "0", + "enable_wrapping_detection": "0", + "enforce_support_layers": "0", + "exclude_object": "1", + "extra_perimeters_on_overhangs": "1", + "extra_solid_infills": "", + "extrusion_rate_smoothing_external_perimeter_only": "0", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "fill_multiline": "1", + "filter_out_gap_fill": "0", + "first_layer_flow_ratio": "1", + "flush_into_infill": "1", + "flush_into_objects": "0", + "flush_into_support": "1", + "fuzzy_skin": "disabled_fuzzy", + "fuzzy_skin_first_layer": "0", + "fuzzy_skin_mode": "displacement", + "fuzzy_skin_noise_type": "classic", + "fuzzy_skin_octaves": "4", + "fuzzy_skin_persistence": "0.5", + "fuzzy_skin_point_distance": "0.3", + "fuzzy_skin_scale": "1", + "fuzzy_skin_thickness": "0.2", + "gap_fill_flow_ratio": "1", + "gap_fill_target": "nowhere", + "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": "0", + "infill_anchor": "400%", + "infill_anchor_max": "20", + "infill_combination": "0", + "infill_combination_max_layer_height": "100%", + "infill_direction": "45", + "infill_jerk": "9", + "infill_lock_depth": "1", + "infill_overhang_angle": "60", + "infill_shift_step": "0.4", + "infill_wall_overlap": "25%", + "initial_layer_acceleration": "400", + "initial_layer_infill_speed": "40", + "initial_layer_jerk": "5", + "initial_layer_min_bead_width": "85%", + "initial_layer_travel_speed": "100%", + "inner_wall_acceleration": "800", + "inner_wall_flow_ratio": "1", + "inner_wall_jerk": "5", + "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_flow_ratio": "1", + "internal_solid_infill_pattern": "monotonic", + "ironing_angle": "0", + "ironing_angle_fixed": "0", + "ironing_flow": "10%", + "ironing_inset": "0", + "ironing_pattern": "rectilinear", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "is_infill_first": "0", + "lateral_lattice_angle_1": "-45", + "lateral_lattice_angle_2": "45", + "make_overhang_printable": "0", + "make_overhang_printable_angle": "55", + "make_overhang_printable_hole_size": "0", + "max_bridge_length": "50", + "max_travel_detour_distance": "10000", + "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": "4", + "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_flow_ratio": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "overhang_flow_ratio": "1", + "overhang_reverse": "0", + "overhang_reverse_internal_only": "0", + "overhang_reverse_threshold": "50%", + "post_process": [], + "precise_outer_wall": "1", + "preheat_steps": "1", + "preheat_time": "30", + "prime_tower_brim_width": "3", + "prime_tower_enable_framework": "1", + "prime_tower_flat_ironing": "0", + "prime_tower_infill_gap": "150%", + "prime_tower_skip_points": "0", + "prime_tower_width": "30", + "prime_volume": "150", + "print_extruder_id": [ + "1" + ], + "print_extruder_variant": [ + "Bowden Standard" + ], + "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", + "scarf_angle_threshold": "155", + "scarf_joint_flow_ratio": "1", + "scarf_joint_speed": "100%", + "scarf_overhang_threshold": "35%", + "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", + "set_other_flow_ratios": "0", + "single_extruder_multi_material_priming": "0", + "single_loop_draft_shield": "0", + "skeleton_infill_density": "25%", + "skeleton_infill_line_width": "100%", + "skin_infill_density": "25%", + "skin_infill_depth": "2", + "skin_infill_line_width": "100%", + "skirt_height": "1", + "skirt_speed": "50", + "skirt_start_angle": "-135", + "skirt_type": "combined", + "slice_closing_radius": "0.049", + "slicing_mode": "regular", + "slow_down_layers": "4", + "slowdown_for_curled_perimeters": "1", + "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" + ], + "solid_infill_direction": "45", + "solid_infill_filament": "0", + "solid_infill_rotate_template": "", + "sparse_infill_acceleration": "100%", + "sparse_infill_filament": "0", + "sparse_infill_flow_ratio": "1", + "sparse_infill_pattern": "gyroid", + "sparse_infill_rotate_template": "", + "spiral_finishing_flow_ratio": "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": "rectilinear", + "support_base_pattern_spacing": "2.5", + "support_bottom_interface_spacing": "0.5", + "support_bottom_z_distance": "0.2", + "support_critical_regions_only": "1", + "support_expansion": "0", + "support_filament": "0", + "support_flow_ratio": "1", + "support_interface_bottom_layers": "2", + "support_interface_filament": "0", + "support_interface_flow_ratio": "1", + "support_interface_loop_pattern": "0", + "support_interface_not_for_body": "1", + "support_interface_pattern": "auto", + "support_interface_spacing": "0.5", + "support_interface_top_layers": "2", + "support_ironing": "0", + "support_ironing_flow": "10%", + "support_ironing_pattern": "rectilinear", + "support_ironing_spacing": "0.1", + "support_object_first_layer_gap": "0.2", + "support_object_xy_distance": "0.35", + "support_on_build_plate_only": "1", + "support_remove_small_overhang": "1", + "support_style": "default", + "support_threshold_angle": "38", + "support_threshold_overlap": "50%", + "support_top_z_distance": "0.2", + "support_type": "tree(auto)", + "symmetric_infill_y_axis": "0", + "thick_bridges": "0", + "thick_internal_bridges": "1", + "timelapse_type": "0", + "top_bottom_infill_wall_overlap": "25%", + "top_shell_thickness": "0.8", + "top_solid_infill_flow_ratio": "1", + "top_surface_density": "100%", + "top_surface_jerk": "5", + "travel_acceleration": "1500", + "travel_speed_z": "0", + "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_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": "2", + "wall_direction": "auto", + "wall_distribution_count": "1", + "wall_filament": "0", + "wall_generator": "arachne", + "wall_sequence": "inner wall/outer wall", + "wall_transition_angle": "10", + "wall_transition_filter_deviation": "25%", + "wall_transition_length": "100%", + "wipe_before_external_loop": "1", + "wipe_on_loops": "0", + "wipe_speed": "80%", + "wipe_tower_bridging": "10", + "wipe_tower_cone_angle": "30", + "wipe_tower_extra_flow": "100%", + "wipe_tower_extra_rib_length": "5", + "wipe_tower_extra_spacing": "100%", + "wipe_tower_filament": "0", + "wipe_tower_fillet_wall": "1", + "wipe_tower_max_purge_speed": "60", + "wipe_tower_no_sparse_layers": "0", + "wipe_tower_rib_width": "3", + "wipe_tower_rotation_angle": "0", + "wipe_tower_wall_type": "rib", + "wiping_volumes_extruders": [ + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70" + ], + "xy_contour_compensation": "0", + "top_surface_acceleration": "500", + "travel_jerk": "10", + "initial_layer_speed": "30", + "outer_wall_acceleration": "800", + "outer_wall_line_width": "100%", + "line_width": "100%", + "initial_layer_line_width": "125%", + "inner_wall_line_width": "100%", + "top_surface_line_width": "105%", + "sparse_infill_line_width": "125%", + "internal_solid_infill_line_width": "105%", + "support_line_width": "125%", + "outer_wall_speed": "60", + "inner_wall_speed": "60", + "sparse_infill_speed": "80", + "internal_solid_infill_speed": "80", + "gap_infill_speed": "50", + "support_speed": "80", + "support_interface_speed": "60", + "top_surface_speed": "50", + "small_perimeter_speed": "40%", + "small_perimeter_threshold": "0", + "outer_wall_jerk": "5", + "xy_hole_compensation": "0", + "description": "SeeMeCNC configurations", + "top_surface_flow_ratio": "0.95", + "travel_speed": "150", + "support_wall_loops": "1", + "wall_loops": "3", + "sparse_infill_density": "20%", + "top_surface_pattern": "monotonicline", + "bottom_shell_layers": "4", + "top_shell_layers": "4", + "bottom_surface_pattern": "monotonicline", + "detect_thin_wall": "1", + "ensure_vertical_shell_thickness": "ensure_all", + "bridge_speed": "30", + "enable_arc_fitting": "0", + "precise_z_height": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/SeeMeCNC_process_base_0.5mm.json b/resources/profiles/SeeMeCNC/process/SeeMeCNC_process_base_0.5mm.json index 9733a42134..2ae453bf81 100644 --- a/resources/profiles/SeeMeCNC/process/SeeMeCNC_process_base_0.5mm.json +++ b/resources/profiles/SeeMeCNC/process/SeeMeCNC_process_base_0.5mm.json @@ -1,353 +1,353 @@ { - "type": "process", - "name": "SeeMeCNC process base 0.5mm", - "from": "system", - "instantiation": "false", - "accel_to_decel_enable": "0", - "accel_to_decel_factor": "50%", - "align_infill_direction_to_model": "0", - "bottom_shell_thickness": "0", - "bottom_solid_infill_flow_ratio": "1", - "bottom_surface_density": "100%", - "bridge_acceleration": "30%", - "bridge_angle": "0", - "bridge_density": "100%", - "bridge_flow": "0.95", - "bridge_no_support": "0", - "brim_ears_detection_length": "1", - "brim_ears_max_angle": "125", - "brim_object_gap": "0.1", - "brim_use_efc_outline": "0", - "brim_width": "5", - "calib_flowrate_topinfill_special_order": "0", - "default_acceleration": "1200", - "default_jerk": "7", - "default_junction_deviation": "0", - "detect_narrow_internal_solid_infill": "1", - "detect_overhang_wall": "1", - "dont_filter_internal_bridges": "disabled", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "elefant_foot_compensation_layers": "1", - "enable_extra_bridge_layer": "disabled", - "enable_overhang_speed": "1", - "enable_prime_tower": "1", - "enable_support": "0", - "enable_tower_interface_cooldown_during_tower": "0", - "enable_tower_interface_features": "0", - "enable_wrapping_detection": "0", - "enforce_support_layers": "0", - "exclude_object": "1", - "extra_perimeters_on_overhangs": "1", - "extra_solid_infills": "", - "extrusion_rate_smoothing_external_perimeter_only": "0", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "fill_multiline": "1", - "filter_out_gap_fill": "0", - "first_layer_flow_ratio": "1", - "flush_into_infill": "1", - "flush_into_objects": "0", - "flush_into_support": "1", - "fuzzy_skin": "disabled_fuzzy", - "fuzzy_skin_first_layer": "0", - "fuzzy_skin_mode": "displacement", - "fuzzy_skin_noise_type": "classic", - "fuzzy_skin_octaves": "4", - "fuzzy_skin_persistence": "0.5", - "fuzzy_skin_point_distance": "0.3", - "fuzzy_skin_scale": "1", - "fuzzy_skin_thickness": "0.2", - "gap_fill_flow_ratio": "1", - "gap_fill_target": "nowhere", - "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": "0", - "infill_anchor": "400%", - "infill_anchor_max": "20", - "infill_combination": "0", - "infill_combination_max_layer_height": "100%", - "infill_direction": "45", - "infill_jerk": "9", - "infill_lock_depth": "1", - "infill_overhang_angle": "60", - "infill_shift_step": "0.4", - "infill_wall_overlap": "25%", - "initial_layer_acceleration": "400", - "initial_layer_infill_speed": "30", - "initial_layer_jerk": "5", - "initial_layer_min_bead_width": "85%", - "initial_layer_travel_speed": "100%", - "inner_wall_acceleration": "800", - "inner_wall_flow_ratio": "1", - "inner_wall_jerk": "5", - "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_flow_ratio": "1", - "internal_solid_infill_pattern": "monotonic", - "ironing_angle": "0", - "ironing_angle_fixed": "0", - "ironing_flow": "10%", - "ironing_inset": "0", - "ironing_pattern": "rectilinear", - "ironing_spacing": "0.15", - "ironing_speed": "30", - "ironing_type": "no ironing", - "is_infill_first": "0", - "lateral_lattice_angle_1": "-45", - "lateral_lattice_angle_2": "45", - "make_overhang_printable": "0", - "make_overhang_printable_angle": "55", - "make_overhang_printable_hole_size": "0", - "max_bridge_length": "50", - "max_travel_detour_distance": "10000", - "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": "4", - "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_flow_ratio": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "overhang_flow_ratio": "1", - "overhang_reverse": "0", - "overhang_reverse_internal_only": "0", - "overhang_reverse_threshold": "50%", - "post_process": [], - "precise_outer_wall": "1", - "preheat_steps": "1", - "preheat_time": "30", - "prime_tower_brim_width": "3", - "prime_tower_enable_framework": "1", - "prime_tower_flat_ironing": "0", - "prime_tower_infill_gap": "150%", - "prime_tower_skip_points": "0", - "prime_tower_width": "30", - "prime_volume": "150", - "print_extruder_id": [ - "1" - ], - "print_extruder_variant": [ - "Bowden Standard" - ], - "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.015", - "role_based_wipe_speed": "1", - "scarf_angle_threshold": "155", - "scarf_joint_flow_ratio": "1", - "scarf_joint_speed": "100%", - "scarf_overhang_threshold": "35%", - "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", - "set_other_flow_ratios": "0", - "single_extruder_multi_material_priming": "0", - "single_loop_draft_shield": "0", - "skeleton_infill_density": "25%", - "skeleton_infill_line_width": "100%", - "skin_infill_density": "25%", - "skin_infill_depth": "2", - "skin_infill_line_width": "100%", - "skirt_height": "1", - "skirt_speed": "50", - "skirt_start_angle": "-135", - "skirt_type": "combined", - "slice_closing_radius": "0.055", - "slicing_mode": "regular", - "slow_down_layers": "4", - "slowdown_for_curled_perimeters": "1", - "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" - ], - "solid_infill_direction": "45", - "solid_infill_filament": "1", - "solid_infill_rotate_template": "", - "sparse_infill_acceleration": "100%", - "sparse_infill_filament": "1", - "sparse_infill_flow_ratio": "1", - "sparse_infill_pattern": "gyroid", - "sparse_infill_rotate_template": "", - "spiral_finishing_flow_ratio": "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": "rectilinear", - "support_base_pattern_spacing": "3", - "support_bottom_interface_spacing": "0.6", - "support_bottom_z_distance": "0.25", - "support_critical_regions_only": "1", - "support_expansion": "0", - "support_filament": "0", - "support_flow_ratio": "1", - "support_interface_bottom_layers": "2", - "support_interface_filament": "0", - "support_interface_flow_ratio": "1", - "support_interface_loop_pattern": "0", - "support_interface_not_for_body": "1", - "support_interface_pattern": "auto", - "support_interface_spacing": "0.6", - "support_interface_top_layers": "2", - "support_ironing": "0", - "support_ironing_flow": "10%", - "support_ironing_pattern": "rectilinear", - "support_ironing_spacing": "0.1", - "support_object_first_layer_gap": "0.2", - "support_object_xy_distance": "0.45", - "support_on_build_plate_only": "1", - "support_remove_small_overhang": "1", - "support_style": "default", - "support_threshold_angle": "35", - "support_threshold_overlap": "50%", - "support_top_z_distance": "0.25", - "support_type": "tree(auto)", - "symmetric_infill_y_axis": "0", - "thick_bridges": "0", - "thick_internal_bridges": "1", - "timelapse_type": "0", - "top_bottom_infill_wall_overlap": "25%", - "top_shell_thickness": "0.8", - "top_solid_infill_flow_ratio": "1", - "top_surface_density": "100%", - "top_surface_jerk": "5", - "travel_acceleration": "1500", - "travel_speed_z": "0", - "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_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": "2", - "wall_direction": "auto", - "wall_distribution_count": "1", - "wall_filament": "1", - "wall_generator": "arachne", - "wall_sequence": "inner wall/outer wall", - "wall_transition_angle": "10", - "wall_transition_filter_deviation": "25%", - "wall_transition_length": "100%", - "wipe_before_external_loop": "1", - "wipe_on_loops": "0", - "wipe_speed": "80%", - "wipe_tower_bridging": "10", - "wipe_tower_cone_angle": "30", - "wipe_tower_extra_flow": "100%", - "wipe_tower_extra_rib_length": "5", - "wipe_tower_extra_spacing": "100%", - "wipe_tower_filament": "0", - "wipe_tower_fillet_wall": "1", - "wipe_tower_max_purge_speed": "60", - "wipe_tower_no_sparse_layers": "0", - "wipe_tower_rib_width": "3", - "wipe_tower_rotation_angle": "0", - "wipe_tower_wall_type": "rib", - "wiping_volumes_extruders": [ - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70" - ], - "xy_contour_compensation": "0", - "top_surface_acceleration": "500", - "travel_jerk": "10", - "initial_layer_speed": "20", - "outer_wall_acceleration": "800", - "outer_wall_line_width": "100%", - "line_width": "100%", - "initial_layer_line_width": "125%", - "inner_wall_line_width": "100%", - "top_surface_line_width": "105%", - "sparse_infill_line_width": "125%", - "internal_solid_infill_line_width": "105%", - "support_line_width": "125%", - "outer_wall_speed": "60", - "inner_wall_speed": "60", - "sparse_infill_speed": "80", - "internal_solid_infill_speed": "80", - "gap_infill_speed": "50", - "support_speed": "80", - "support_interface_speed": "50", - "top_surface_speed": "40", - "small_perimeter_speed": "40%", - "small_perimeter_threshold": "0", - "outer_wall_jerk": "5", - "xy_hole_compensation": "0", - "description": "SeeMeCNC configurations", - "top_surface_flow_ratio": "0.95", - "travel_speed": "150", - "support_wall_loops": "1", - "wall_loops": "3", - "sparse_infill_density": "20%", - "top_surface_pattern": "monotonicline", - "bottom_shell_layers": "4", - "top_shell_layers": "4", - "bottom_surface_pattern": "monotonicline", - "detect_thin_wall": "1", - "ensure_vertical_shell_thickness": "ensure_all", - "bridge_speed": "30", - "enable_arc_fitting": "0", - "precise_z_height": "0" + "type": "process", + "name": "SeeMeCNC process base 0.5mm", + "from": "system", + "instantiation": "false", + "accel_to_decel_enable": "0", + "accel_to_decel_factor": "50%", + "align_infill_direction_to_model": "0", + "bottom_shell_thickness": "0", + "bottom_solid_infill_flow_ratio": "1", + "bottom_surface_density": "100%", + "bridge_acceleration": "30%", + "bridge_angle": "0", + "bridge_density": "100%", + "bridge_flow": "0.95", + "bridge_no_support": "0", + "brim_ears_detection_length": "1", + "brim_ears_max_angle": "125", + "brim_object_gap": "0.1", + "brim_use_efc_outline": "0", + "brim_width": "5", + "calib_flowrate_topinfill_special_order": "0", + "default_acceleration": "1200", + "default_jerk": "7", + "default_junction_deviation": "0", + "detect_narrow_internal_solid_infill": "1", + "detect_overhang_wall": "1", + "dont_filter_internal_bridges": "disabled", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "elefant_foot_compensation_layers": "1", + "enable_extra_bridge_layer": "disabled", + "enable_overhang_speed": "1", + "enable_prime_tower": "1", + "enable_support": "0", + "enable_tower_interface_cooldown_during_tower": "0", + "enable_tower_interface_features": "0", + "enable_wrapping_detection": "0", + "enforce_support_layers": "0", + "exclude_object": "1", + "extra_perimeters_on_overhangs": "1", + "extra_solid_infills": "", + "extrusion_rate_smoothing_external_perimeter_only": "0", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "fill_multiline": "1", + "filter_out_gap_fill": "0", + "first_layer_flow_ratio": "1", + "flush_into_infill": "1", + "flush_into_objects": "0", + "flush_into_support": "1", + "fuzzy_skin": "disabled_fuzzy", + "fuzzy_skin_first_layer": "0", + "fuzzy_skin_mode": "displacement", + "fuzzy_skin_noise_type": "classic", + "fuzzy_skin_octaves": "4", + "fuzzy_skin_persistence": "0.5", + "fuzzy_skin_point_distance": "0.3", + "fuzzy_skin_scale": "1", + "fuzzy_skin_thickness": "0.2", + "gap_fill_flow_ratio": "1", + "gap_fill_target": "nowhere", + "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": "0", + "infill_anchor": "400%", + "infill_anchor_max": "20", + "infill_combination": "0", + "infill_combination_max_layer_height": "100%", + "infill_direction": "45", + "infill_jerk": "9", + "infill_lock_depth": "1", + "infill_overhang_angle": "60", + "infill_shift_step": "0.4", + "infill_wall_overlap": "25%", + "initial_layer_acceleration": "400", + "initial_layer_infill_speed": "30", + "initial_layer_jerk": "5", + "initial_layer_min_bead_width": "85%", + "initial_layer_travel_speed": "100%", + "inner_wall_acceleration": "800", + "inner_wall_flow_ratio": "1", + "inner_wall_jerk": "5", + "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_flow_ratio": "1", + "internal_solid_infill_pattern": "monotonic", + "ironing_angle": "0", + "ironing_angle_fixed": "0", + "ironing_flow": "10%", + "ironing_inset": "0", + "ironing_pattern": "rectilinear", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "is_infill_first": "0", + "lateral_lattice_angle_1": "-45", + "lateral_lattice_angle_2": "45", + "make_overhang_printable": "0", + "make_overhang_printable_angle": "55", + "make_overhang_printable_hole_size": "0", + "max_bridge_length": "50", + "max_travel_detour_distance": "10000", + "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": "4", + "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_flow_ratio": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "overhang_flow_ratio": "1", + "overhang_reverse": "0", + "overhang_reverse_internal_only": "0", + "overhang_reverse_threshold": "50%", + "post_process": [], + "precise_outer_wall": "1", + "preheat_steps": "1", + "preheat_time": "30", + "prime_tower_brim_width": "3", + "prime_tower_enable_framework": "1", + "prime_tower_flat_ironing": "0", + "prime_tower_infill_gap": "150%", + "prime_tower_skip_points": "0", + "prime_tower_width": "30", + "prime_volume": "150", + "print_extruder_id": [ + "1" + ], + "print_extruder_variant": [ + "Bowden Standard" + ], + "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.015", + "role_based_wipe_speed": "1", + "scarf_angle_threshold": "155", + "scarf_joint_flow_ratio": "1", + "scarf_joint_speed": "100%", + "scarf_overhang_threshold": "35%", + "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", + "set_other_flow_ratios": "0", + "single_extruder_multi_material_priming": "0", + "single_loop_draft_shield": "0", + "skeleton_infill_density": "25%", + "skeleton_infill_line_width": "100%", + "skin_infill_density": "25%", + "skin_infill_depth": "2", + "skin_infill_line_width": "100%", + "skirt_height": "1", + "skirt_speed": "50", + "skirt_start_angle": "-135", + "skirt_type": "combined", + "slice_closing_radius": "0.055", + "slicing_mode": "regular", + "slow_down_layers": "4", + "slowdown_for_curled_perimeters": "1", + "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" + ], + "solid_infill_direction": "45", + "solid_infill_filament": "0", + "solid_infill_rotate_template": "", + "sparse_infill_acceleration": "100%", + "sparse_infill_filament": "0", + "sparse_infill_flow_ratio": "1", + "sparse_infill_pattern": "gyroid", + "sparse_infill_rotate_template": "", + "spiral_finishing_flow_ratio": "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": "rectilinear", + "support_base_pattern_spacing": "3", + "support_bottom_interface_spacing": "0.6", + "support_bottom_z_distance": "0.25", + "support_critical_regions_only": "1", + "support_expansion": "0", + "support_filament": "0", + "support_flow_ratio": "1", + "support_interface_bottom_layers": "2", + "support_interface_filament": "0", + "support_interface_flow_ratio": "1", + "support_interface_loop_pattern": "0", + "support_interface_not_for_body": "1", + "support_interface_pattern": "auto", + "support_interface_spacing": "0.6", + "support_interface_top_layers": "2", + "support_ironing": "0", + "support_ironing_flow": "10%", + "support_ironing_pattern": "rectilinear", + "support_ironing_spacing": "0.1", + "support_object_first_layer_gap": "0.2", + "support_object_xy_distance": "0.45", + "support_on_build_plate_only": "1", + "support_remove_small_overhang": "1", + "support_style": "default", + "support_threshold_angle": "35", + "support_threshold_overlap": "50%", + "support_top_z_distance": "0.25", + "support_type": "tree(auto)", + "symmetric_infill_y_axis": "0", + "thick_bridges": "0", + "thick_internal_bridges": "1", + "timelapse_type": "0", + "top_bottom_infill_wall_overlap": "25%", + "top_shell_thickness": "0.8", + "top_solid_infill_flow_ratio": "1", + "top_surface_density": "100%", + "top_surface_jerk": "5", + "travel_acceleration": "1500", + "travel_speed_z": "0", + "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_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": "2", + "wall_direction": "auto", + "wall_distribution_count": "1", + "wall_filament": "0", + "wall_generator": "arachne", + "wall_sequence": "inner wall/outer wall", + "wall_transition_angle": "10", + "wall_transition_filter_deviation": "25%", + "wall_transition_length": "100%", + "wipe_before_external_loop": "1", + "wipe_on_loops": "0", + "wipe_speed": "80%", + "wipe_tower_bridging": "10", + "wipe_tower_cone_angle": "30", + "wipe_tower_extra_flow": "100%", + "wipe_tower_extra_rib_length": "5", + "wipe_tower_extra_spacing": "100%", + "wipe_tower_filament": "0", + "wipe_tower_fillet_wall": "1", + "wipe_tower_max_purge_speed": "60", + "wipe_tower_no_sparse_layers": "0", + "wipe_tower_rib_width": "3", + "wipe_tower_rotation_angle": "0", + "wipe_tower_wall_type": "rib", + "wiping_volumes_extruders": [ + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70" + ], + "xy_contour_compensation": "0", + "top_surface_acceleration": "500", + "travel_jerk": "10", + "initial_layer_speed": "20", + "outer_wall_acceleration": "800", + "outer_wall_line_width": "100%", + "line_width": "100%", + "initial_layer_line_width": "125%", + "inner_wall_line_width": "100%", + "top_surface_line_width": "105%", + "sparse_infill_line_width": "125%", + "internal_solid_infill_line_width": "105%", + "support_line_width": "125%", + "outer_wall_speed": "60", + "inner_wall_speed": "60", + "sparse_infill_speed": "80", + "internal_solid_infill_speed": "80", + "gap_infill_speed": "50", + "support_speed": "80", + "support_interface_speed": "50", + "top_surface_speed": "40", + "small_perimeter_speed": "40%", + "small_perimeter_threshold": "0", + "outer_wall_jerk": "5", + "xy_hole_compensation": "0", + "description": "SeeMeCNC configurations", + "top_surface_flow_ratio": "0.95", + "travel_speed": "150", + "support_wall_loops": "1", + "wall_loops": "3", + "sparse_infill_density": "20%", + "top_surface_pattern": "monotonicline", + "bottom_shell_layers": "4", + "top_shell_layers": "4", + "bottom_surface_pattern": "monotonicline", + "detect_thin_wall": "1", + "ensure_vertical_shell_thickness": "ensure_all", + "bridge_speed": "30", + "enable_arc_fitting": "0", + "precise_z_height": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/SeeMeCNC_process_base_0.7mm.json b/resources/profiles/SeeMeCNC/process/SeeMeCNC_process_base_0.7mm.json index 3a9d7d2dd6..c24837e1fe 100644 --- a/resources/profiles/SeeMeCNC/process/SeeMeCNC_process_base_0.7mm.json +++ b/resources/profiles/SeeMeCNC/process/SeeMeCNC_process_base_0.7mm.json @@ -1,353 +1,353 @@ { - "type": "process", - "name": "SeeMeCNC process base 0.7mm", - "from": "system", - "instantiation": "false", - "accel_to_decel_enable": "0", - "accel_to_decel_factor": "50%", - "align_infill_direction_to_model": "0", - "bottom_shell_thickness": "0", - "bottom_solid_infill_flow_ratio": "1", - "bottom_surface_density": "100%", - "bridge_acceleration": "30%", - "bridge_angle": "0", - "bridge_density": "100%", - "bridge_flow": "0.95", - "bridge_no_support": "0", - "brim_ears_detection_length": "1", - "brim_ears_max_angle": "125", - "brim_object_gap": "0.1", - "brim_use_efc_outline": "0", - "brim_width": "5", - "calib_flowrate_topinfill_special_order": "0", - "default_acceleration": "800", - "default_jerk": "5", - "default_junction_deviation": "0", - "detect_narrow_internal_solid_infill": "1", - "detect_overhang_wall": "1", - "dont_filter_internal_bridges": "disabled", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "elefant_foot_compensation_layers": "1", - "enable_extra_bridge_layer": "disabled", - "enable_overhang_speed": "1", - "enable_prime_tower": "1", - "enable_support": "0", - "enable_tower_interface_cooldown_during_tower": "0", - "enable_tower_interface_features": "0", - "enable_wrapping_detection": "0", - "enforce_support_layers": "0", - "exclude_object": "1", - "extra_perimeters_on_overhangs": "1", - "extra_solid_infills": "", - "extrusion_rate_smoothing_external_perimeter_only": "0", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "fill_multiline": "1", - "filter_out_gap_fill": "0", - "first_layer_flow_ratio": "1", - "flush_into_infill": "1", - "flush_into_objects": "0", - "flush_into_support": "1", - "fuzzy_skin": "disabled_fuzzy", - "fuzzy_skin_first_layer": "0", - "fuzzy_skin_mode": "displacement", - "fuzzy_skin_noise_type": "classic", - "fuzzy_skin_octaves": "4", - "fuzzy_skin_persistence": "0.5", - "fuzzy_skin_point_distance": "0.3", - "fuzzy_skin_scale": "1", - "fuzzy_skin_thickness": "0.2", - "gap_fill_flow_ratio": "1", - "gap_fill_target": "nowhere", - "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": "0", - "infill_anchor": "400%", - "infill_anchor_max": "20", - "infill_combination": "0", - "infill_combination_max_layer_height": "100%", - "infill_direction": "45", - "infill_jerk": "7", - "infill_lock_depth": "1", - "infill_overhang_angle": "60", - "infill_shift_step": "0.4", - "infill_wall_overlap": "25%", - "initial_layer_acceleration": "300", - "initial_layer_infill_speed": "20", - "initial_layer_jerk": "4", - "initial_layer_min_bead_width": "85%", - "initial_layer_travel_speed": "100%", - "inner_wall_acceleration": "500", - "inner_wall_flow_ratio": "1", - "inner_wall_jerk": "4", - "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_flow_ratio": "1", - "internal_solid_infill_pattern": "monotonic", - "ironing_angle": "0", - "ironing_angle_fixed": "0", - "ironing_flow": "10%", - "ironing_inset": "0", - "ironing_pattern": "rectilinear", - "ironing_spacing": "0.15", - "ironing_speed": "30", - "ironing_type": "no ironing", - "is_infill_first": "0", - "lateral_lattice_angle_1": "-45", - "lateral_lattice_angle_2": "45", - "make_overhang_printable": "0", - "make_overhang_printable_angle": "55", - "make_overhang_printable_hole_size": "0", - "max_bridge_length": "50", - "max_travel_detour_distance": "10000", - "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": "4", - "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_flow_ratio": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "overhang_flow_ratio": "1", - "overhang_reverse": "0", - "overhang_reverse_internal_only": "0", - "overhang_reverse_threshold": "50%", - "post_process": [], - "precise_outer_wall": "1", - "preheat_steps": "1", - "preheat_time": "30", - "prime_tower_brim_width": "3", - "prime_tower_enable_framework": "1", - "prime_tower_flat_ironing": "0", - "prime_tower_infill_gap": "150%", - "prime_tower_skip_points": "0", - "prime_tower_width": "30", - "prime_volume": "150", - "print_extruder_id": [ - "1" - ], - "print_extruder_variant": [ - "Bowden Standard" - ], - "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.02", - "role_based_wipe_speed": "1", - "scarf_angle_threshold": "155", - "scarf_joint_flow_ratio": "1", - "scarf_joint_speed": "100%", - "scarf_overhang_threshold": "35%", - "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", - "set_other_flow_ratios": "0", - "single_extruder_multi_material_priming": "0", - "single_loop_draft_shield": "0", - "skeleton_infill_density": "25%", - "skeleton_infill_line_width": "100%", - "skin_infill_density": "25%", - "skin_infill_depth": "2", - "skin_infill_line_width": "100%", - "skirt_height": "1", - "skirt_speed": "50", - "skirt_start_angle": "-135", - "skirt_type": "combined", - "slice_closing_radius": "0.075", - "slicing_mode": "regular", - "slow_down_layers": "4", - "slowdown_for_curled_perimeters": "1", - "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" - ], - "solid_infill_direction": "45", - "solid_infill_filament": "1", - "solid_infill_rotate_template": "", - "sparse_infill_acceleration": "100%", - "sparse_infill_filament": "1", - "sparse_infill_flow_ratio": "1", - "sparse_infill_pattern": "gyroid", - "sparse_infill_rotate_template": "", - "spiral_finishing_flow_ratio": "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": "rectilinear", - "support_base_pattern_spacing": "4.5", - "support_bottom_interface_spacing": "0.9", - "support_bottom_z_distance": "0.35", - "support_critical_regions_only": "1", - "support_expansion": "0", - "support_filament": "0", - "support_flow_ratio": "1", - "support_interface_bottom_layers": "2", - "support_interface_filament": "0", - "support_interface_flow_ratio": "1", - "support_interface_loop_pattern": "0", - "support_interface_not_for_body": "1", - "support_interface_pattern": "auto", - "support_interface_spacing": "0.9", - "support_interface_top_layers": "3", - "support_ironing": "0", - "support_ironing_flow": "10%", - "support_ironing_pattern": "rectilinear", - "support_ironing_spacing": "0.1", - "support_object_first_layer_gap": "0.3", - "support_object_xy_distance": "0.65", - "support_on_build_plate_only": "1", - "support_remove_small_overhang": "1", - "support_style": "default", - "support_threshold_angle": "40", - "support_threshold_overlap": "50%", - "support_top_z_distance": "0.35", - "support_type": "tree(auto)", - "symmetric_infill_y_axis": "0", - "thick_bridges": "0", - "thick_internal_bridges": "1", - "timelapse_type": "0", - "top_bottom_infill_wall_overlap": "25%", - "top_shell_thickness": "0.8", - "top_solid_infill_flow_ratio": "1", - "top_surface_density": "100%", - "top_surface_jerk": "4", - "travel_acceleration": "1000", - "travel_speed_z": "0", - "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_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": "2", - "wall_direction": "auto", - "wall_distribution_count": "1", - "wall_filament": "1", - "wall_generator": "arachne", - "wall_sequence": "inner wall/outer wall", - "wall_transition_angle": "10", - "wall_transition_filter_deviation": "25%", - "wall_transition_length": "100%", - "wipe_before_external_loop": "1", - "wipe_on_loops": "0", - "wipe_speed": "80%", - "wipe_tower_bridging": "10", - "wipe_tower_cone_angle": "30", - "wipe_tower_extra_flow": "100%", - "wipe_tower_extra_rib_length": "5", - "wipe_tower_extra_spacing": "100%", - "wipe_tower_filament": "0", - "wipe_tower_fillet_wall": "1", - "wipe_tower_max_purge_speed": "60", - "wipe_tower_no_sparse_layers": "0", - "wipe_tower_rib_width": "3", - "wipe_tower_rotation_angle": "0", - "wipe_tower_wall_type": "rib", - "wiping_volumes_extruders": [ - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70" - ], - "xy_contour_compensation": "0", - "top_surface_acceleration": "400", - "travel_jerk": "8", - "initial_layer_speed": "20", - "outer_wall_acceleration": "500", - "outer_wall_line_width": "100%", - "line_width": "100%", - "initial_layer_line_width": "125%", - "inner_wall_line_width": "100%", - "top_surface_line_width": "105%", - "sparse_infill_line_width": "125%", - "internal_solid_infill_line_width": "105%", - "support_line_width": "125%", - "outer_wall_speed": "40", - "inner_wall_speed": "40", - "sparse_infill_speed": "50", - "internal_solid_infill_speed": "50", - "gap_infill_speed": "30", - "support_speed": "50", - "support_interface_speed": "30", - "top_surface_speed": "30", - "small_perimeter_speed": "40%", - "small_perimeter_threshold": "0", - "outer_wall_jerk": "4", - "xy_hole_compensation": "0", - "description": "SeeMeCNC configurations", - "top_surface_flow_ratio": "0.95", - "travel_speed": "120", - "support_wall_loops": "1", - "wall_loops": "3", - "sparse_infill_density": "20%", - "top_surface_pattern": "monotonicline", - "bottom_shell_layers": "4", - "top_shell_layers": "4", - "bottom_surface_pattern": "monotonicline", - "detect_thin_wall": "1", - "ensure_vertical_shell_thickness": "ensure_all", - "bridge_speed": "30", - "enable_arc_fitting": "0", - "precise_z_height": "0" + "type": "process", + "name": "SeeMeCNC process base 0.7mm", + "from": "system", + "instantiation": "false", + "accel_to_decel_enable": "0", + "accel_to_decel_factor": "50%", + "align_infill_direction_to_model": "0", + "bottom_shell_thickness": "0", + "bottom_solid_infill_flow_ratio": "1", + "bottom_surface_density": "100%", + "bridge_acceleration": "30%", + "bridge_angle": "0", + "bridge_density": "100%", + "bridge_flow": "0.95", + "bridge_no_support": "0", + "brim_ears_detection_length": "1", + "brim_ears_max_angle": "125", + "brim_object_gap": "0.1", + "brim_use_efc_outline": "0", + "brim_width": "5", + "calib_flowrate_topinfill_special_order": "0", + "default_acceleration": "800", + "default_jerk": "5", + "default_junction_deviation": "0", + "detect_narrow_internal_solid_infill": "1", + "detect_overhang_wall": "1", + "dont_filter_internal_bridges": "disabled", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "elefant_foot_compensation_layers": "1", + "enable_extra_bridge_layer": "disabled", + "enable_overhang_speed": "1", + "enable_prime_tower": "1", + "enable_support": "0", + "enable_tower_interface_cooldown_during_tower": "0", + "enable_tower_interface_features": "0", + "enable_wrapping_detection": "0", + "enforce_support_layers": "0", + "exclude_object": "1", + "extra_perimeters_on_overhangs": "1", + "extra_solid_infills": "", + "extrusion_rate_smoothing_external_perimeter_only": "0", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "fill_multiline": "1", + "filter_out_gap_fill": "0", + "first_layer_flow_ratio": "1", + "flush_into_infill": "1", + "flush_into_objects": "0", + "flush_into_support": "1", + "fuzzy_skin": "disabled_fuzzy", + "fuzzy_skin_first_layer": "0", + "fuzzy_skin_mode": "displacement", + "fuzzy_skin_noise_type": "classic", + "fuzzy_skin_octaves": "4", + "fuzzy_skin_persistence": "0.5", + "fuzzy_skin_point_distance": "0.3", + "fuzzy_skin_scale": "1", + "fuzzy_skin_thickness": "0.2", + "gap_fill_flow_ratio": "1", + "gap_fill_target": "nowhere", + "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": "0", + "infill_anchor": "400%", + "infill_anchor_max": "20", + "infill_combination": "0", + "infill_combination_max_layer_height": "100%", + "infill_direction": "45", + "infill_jerk": "7", + "infill_lock_depth": "1", + "infill_overhang_angle": "60", + "infill_shift_step": "0.4", + "infill_wall_overlap": "25%", + "initial_layer_acceleration": "300", + "initial_layer_infill_speed": "20", + "initial_layer_jerk": "4", + "initial_layer_min_bead_width": "85%", + "initial_layer_travel_speed": "100%", + "inner_wall_acceleration": "500", + "inner_wall_flow_ratio": "1", + "inner_wall_jerk": "4", + "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_flow_ratio": "1", + "internal_solid_infill_pattern": "monotonic", + "ironing_angle": "0", + "ironing_angle_fixed": "0", + "ironing_flow": "10%", + "ironing_inset": "0", + "ironing_pattern": "rectilinear", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "is_infill_first": "0", + "lateral_lattice_angle_1": "-45", + "lateral_lattice_angle_2": "45", + "make_overhang_printable": "0", + "make_overhang_printable_angle": "55", + "make_overhang_printable_hole_size": "0", + "max_bridge_length": "50", + "max_travel_detour_distance": "10000", + "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": "4", + "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_flow_ratio": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "overhang_flow_ratio": "1", + "overhang_reverse": "0", + "overhang_reverse_internal_only": "0", + "overhang_reverse_threshold": "50%", + "post_process": [], + "precise_outer_wall": "1", + "preheat_steps": "1", + "preheat_time": "30", + "prime_tower_brim_width": "3", + "prime_tower_enable_framework": "1", + "prime_tower_flat_ironing": "0", + "prime_tower_infill_gap": "150%", + "prime_tower_skip_points": "0", + "prime_tower_width": "30", + "prime_volume": "150", + "print_extruder_id": [ + "1" + ], + "print_extruder_variant": [ + "Bowden Standard" + ], + "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.02", + "role_based_wipe_speed": "1", + "scarf_angle_threshold": "155", + "scarf_joint_flow_ratio": "1", + "scarf_joint_speed": "100%", + "scarf_overhang_threshold": "35%", + "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", + "set_other_flow_ratios": "0", + "single_extruder_multi_material_priming": "0", + "single_loop_draft_shield": "0", + "skeleton_infill_density": "25%", + "skeleton_infill_line_width": "100%", + "skin_infill_density": "25%", + "skin_infill_depth": "2", + "skin_infill_line_width": "100%", + "skirt_height": "1", + "skirt_speed": "50", + "skirt_start_angle": "-135", + "skirt_type": "combined", + "slice_closing_radius": "0.075", + "slicing_mode": "regular", + "slow_down_layers": "4", + "slowdown_for_curled_perimeters": "1", + "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" + ], + "solid_infill_direction": "45", + "solid_infill_filament": "0", + "solid_infill_rotate_template": "", + "sparse_infill_acceleration": "100%", + "sparse_infill_filament": "0", + "sparse_infill_flow_ratio": "1", + "sparse_infill_pattern": "gyroid", + "sparse_infill_rotate_template": "", + "spiral_finishing_flow_ratio": "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": "rectilinear", + "support_base_pattern_spacing": "4.5", + "support_bottom_interface_spacing": "0.9", + "support_bottom_z_distance": "0.35", + "support_critical_regions_only": "1", + "support_expansion": "0", + "support_filament": "0", + "support_flow_ratio": "1", + "support_interface_bottom_layers": "2", + "support_interface_filament": "0", + "support_interface_flow_ratio": "1", + "support_interface_loop_pattern": "0", + "support_interface_not_for_body": "1", + "support_interface_pattern": "auto", + "support_interface_spacing": "0.9", + "support_interface_top_layers": "3", + "support_ironing": "0", + "support_ironing_flow": "10%", + "support_ironing_pattern": "rectilinear", + "support_ironing_spacing": "0.1", + "support_object_first_layer_gap": "0.3", + "support_object_xy_distance": "0.65", + "support_on_build_plate_only": "1", + "support_remove_small_overhang": "1", + "support_style": "default", + "support_threshold_angle": "40", + "support_threshold_overlap": "50%", + "support_top_z_distance": "0.35", + "support_type": "tree(auto)", + "symmetric_infill_y_axis": "0", + "thick_bridges": "0", + "thick_internal_bridges": "1", + "timelapse_type": "0", + "top_bottom_infill_wall_overlap": "25%", + "top_shell_thickness": "0.8", + "top_solid_infill_flow_ratio": "1", + "top_surface_density": "100%", + "top_surface_jerk": "4", + "travel_acceleration": "1000", + "travel_speed_z": "0", + "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_organic": "2", + "tree_support_branch_distance": "5", + "tree_support_branch_distance_organic": "1", + "tree_support_brim_width": "3", + "tree_support_tip_diameter": "0.9", + "tree_support_top_rate": "30%", + "tree_support_wall_count": "2", + "wall_direction": "auto", + "wall_distribution_count": "1", + "wall_filament": "0", + "wall_generator": "arachne", + "wall_sequence": "inner wall/outer wall", + "wall_transition_angle": "10", + "wall_transition_filter_deviation": "25%", + "wall_transition_length": "100%", + "wipe_before_external_loop": "1", + "wipe_on_loops": "0", + "wipe_speed": "80%", + "wipe_tower_bridging": "10", + "wipe_tower_cone_angle": "30", + "wipe_tower_extra_flow": "100%", + "wipe_tower_extra_rib_length": "5", + "wipe_tower_extra_spacing": "100%", + "wipe_tower_filament": "0", + "wipe_tower_fillet_wall": "1", + "wipe_tower_max_purge_speed": "60", + "wipe_tower_no_sparse_layers": "0", + "wipe_tower_rib_width": "3", + "wipe_tower_rotation_angle": "0", + "wipe_tower_wall_type": "rib", + "wiping_volumes_extruders": [ + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70" + ], + "xy_contour_compensation": "0", + "top_surface_acceleration": "400", + "travel_jerk": "8", + "initial_layer_speed": "20", + "outer_wall_acceleration": "500", + "outer_wall_line_width": "100%", + "line_width": "100%", + "initial_layer_line_width": "125%", + "inner_wall_line_width": "100%", + "top_surface_line_width": "105%", + "sparse_infill_line_width": "125%", + "internal_solid_infill_line_width": "105%", + "support_line_width": "125%", + "outer_wall_speed": "40", + "inner_wall_speed": "40", + "sparse_infill_speed": "50", + "internal_solid_infill_speed": "50", + "gap_infill_speed": "30", + "support_speed": "50", + "support_interface_speed": "30", + "top_surface_speed": "30", + "small_perimeter_speed": "40%", + "small_perimeter_threshold": "0", + "outer_wall_jerk": "4", + "xy_hole_compensation": "0", + "description": "SeeMeCNC configurations", + "top_surface_flow_ratio": "0.95", + "travel_speed": "120", + "support_wall_loops": "1", + "wall_loops": "3", + "sparse_infill_density": "20%", + "top_surface_pattern": "monotonicline", + "bottom_shell_layers": "4", + "top_shell_layers": "4", + "bottom_surface_pattern": "monotonicline", + "detect_thin_wall": "1", + "ensure_vertical_shell_thickness": "ensure_all", + "bridge_speed": "30", + "enable_arc_fitting": "0", + "precise_z_height": "0" } \ No newline at end of file diff --git a/resources/profiles/SeeMeCNC/process/SeeMeCNC_process_base_1.0mm.json b/resources/profiles/SeeMeCNC/process/SeeMeCNC_process_base_1.0mm.json index 00ec277958..84e96a6511 100644 --- a/resources/profiles/SeeMeCNC/process/SeeMeCNC_process_base_1.0mm.json +++ b/resources/profiles/SeeMeCNC/process/SeeMeCNC_process_base_1.0mm.json @@ -1,353 +1,353 @@ { - "type": "process", - "name": "SeeMeCNC process base 1.0mm", - "from": "system", - "instantiation": "false", - "accel_to_decel_enable": "0", - "accel_to_decel_factor": "50%", - "align_infill_direction_to_model": "0", - "bottom_shell_thickness": "0", - "bottom_solid_infill_flow_ratio": "1", - "bottom_surface_density": "100%", - "bridge_acceleration": "30%", - "bridge_angle": "0", - "bridge_density": "100%", - "bridge_flow": "0.95", - "bridge_no_support": "0", - "brim_ears_detection_length": "1", - "brim_ears_max_angle": "125", - "brim_object_gap": "0.1", - "brim_use_efc_outline": "0", - "brim_width": "5", - "calib_flowrate_topinfill_special_order": "0", - "default_acceleration": "600", - "default_jerk": "4", - "default_junction_deviation": "0", - "detect_narrow_internal_solid_infill": "1", - "detect_overhang_wall": "1", - "dont_filter_internal_bridges": "disabled", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "elefant_foot_compensation_layers": "1", - "enable_extra_bridge_layer": "disabled", - "enable_overhang_speed": "1", - "enable_prime_tower": "1", - "enable_support": "0", - "enable_tower_interface_cooldown_during_tower": "0", - "enable_tower_interface_features": "0", - "enable_wrapping_detection": "0", - "enforce_support_layers": "0", - "exclude_object": "1", - "extra_perimeters_on_overhangs": "1", - "extra_solid_infills": "", - "extrusion_rate_smoothing_external_perimeter_only": "0", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", - "fill_multiline": "1", - "filter_out_gap_fill": "0", - "first_layer_flow_ratio": "1", - "flush_into_infill": "1", - "flush_into_objects": "0", - "flush_into_support": "1", - "fuzzy_skin": "disabled_fuzzy", - "fuzzy_skin_first_layer": "0", - "fuzzy_skin_mode": "displacement", - "fuzzy_skin_noise_type": "classic", - "fuzzy_skin_octaves": "4", - "fuzzy_skin_persistence": "0.5", - "fuzzy_skin_point_distance": "0.3", - "fuzzy_skin_scale": "1", - "fuzzy_skin_thickness": "0.2", - "gap_fill_flow_ratio": "1", - "gap_fill_target": "nowhere", - "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": "0", - "infill_anchor": "400%", - "infill_anchor_max": "20", - "infill_combination": "0", - "infill_combination_max_layer_height": "100%", - "infill_direction": "45", - "infill_jerk": "5", - "infill_lock_depth": "1", - "infill_overhang_angle": "60", - "infill_shift_step": "0.4", - "infill_wall_overlap": "25%", - "initial_layer_acceleration": "200", - "initial_layer_infill_speed": "20", - "initial_layer_jerk": "3", - "initial_layer_min_bead_width": "85%", - "initial_layer_travel_speed": "100%", - "inner_wall_acceleration": "400", - "inner_wall_flow_ratio": "1", - "inner_wall_jerk": "3", - "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_flow_ratio": "1", - "internal_solid_infill_pattern": "monotonic", - "ironing_angle": "0", - "ironing_angle_fixed": "0", - "ironing_flow": "10%", - "ironing_inset": "0", - "ironing_pattern": "rectilinear", - "ironing_spacing": "0.15", - "ironing_speed": "30", - "ironing_type": "no ironing", - "is_infill_first": "0", - "lateral_lattice_angle_1": "-45", - "lateral_lattice_angle_2": "45", - "make_overhang_printable": "0", - "make_overhang_printable_angle": "55", - "make_overhang_printable_hole_size": "0", - "max_bridge_length": "50", - "max_travel_detour_distance": "10000", - "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": "4", - "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_flow_ratio": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "25", - "overhang_3_4_speed": "15", - "overhang_4_4_speed": "10", - "overhang_flow_ratio": "1", - "overhang_reverse": "0", - "overhang_reverse_internal_only": "0", - "overhang_reverse_threshold": "50%", - "post_process": [], - "precise_outer_wall": "1", - "preheat_steps": "1", - "preheat_time": "30", - "prime_tower_brim_width": "3", - "prime_tower_enable_framework": "1", - "prime_tower_flat_ironing": "0", - "prime_tower_infill_gap": "150%", - "prime_tower_skip_points": "0", - "prime_tower_width": "30", - "prime_volume": "150", - "print_extruder_id": [ - "1" - ], - "print_extruder_variant": [ - "Bowden Standard" - ], - "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.03", - "role_based_wipe_speed": "1", - "scarf_angle_threshold": "155", - "scarf_joint_flow_ratio": "1", - "scarf_joint_speed": "100%", - "scarf_overhang_threshold": "35%", - "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", - "set_other_flow_ratios": "0", - "single_extruder_multi_material_priming": "0", - "single_loop_draft_shield": "0", - "skeleton_infill_density": "25%", - "skeleton_infill_line_width": "100%", - "skin_infill_density": "25%", - "skin_infill_depth": "2", - "skin_infill_line_width": "100%", - "skirt_height": "1", - "skirt_speed": "50", - "skirt_start_angle": "-135", - "skirt_type": "combined", - "slice_closing_radius": "0.1", - "slicing_mode": "regular", - "slow_down_layers": "4", - "slowdown_for_curled_perimeters": "1", - "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" - ], - "solid_infill_direction": "45", - "solid_infill_filament": "1", - "solid_infill_rotate_template": "", - "sparse_infill_acceleration": "100%", - "sparse_infill_filament": "1", - "sparse_infill_flow_ratio": "1", - "sparse_infill_pattern": "gyroid", - "sparse_infill_rotate_template": "", - "spiral_finishing_flow_ratio": "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": "rectilinear", - "support_base_pattern_spacing": "6", - "support_bottom_interface_spacing": "1.5", - "support_bottom_z_distance": "0.5", - "support_critical_regions_only": "1", - "support_expansion": "0", - "support_filament": "0", - "support_flow_ratio": "1", - "support_interface_bottom_layers": "2", - "support_interface_filament": "0", - "support_interface_flow_ratio": "1", - "support_interface_loop_pattern": "0", - "support_interface_not_for_body": "1", - "support_interface_pattern": "auto", - "support_interface_spacing": "1.5", - "support_interface_top_layers": "3", - "support_ironing": "0", - "support_ironing_flow": "10%", - "support_ironing_pattern": "rectilinear", - "support_ironing_spacing": "0.1", - "support_object_first_layer_gap": "0.4", - "support_object_xy_distance": "0.95", - "support_on_build_plate_only": "1", - "support_remove_small_overhang": "1", - "support_style": "default", - "support_threshold_angle": "45", - "support_threshold_overlap": "50%", - "support_top_z_distance": "0.5", - "support_type": "tree(auto)", - "symmetric_infill_y_axis": "0", - "thick_bridges": "0", - "thick_internal_bridges": "1", - "timelapse_type": "0", - "top_bottom_infill_wall_overlap": "25%", - "top_shell_thickness": "0.8", - "top_solid_infill_flow_ratio": "1", - "top_surface_density": "100%", - "top_surface_jerk": "3", - "travel_acceleration": "800", - "travel_speed_z": "0", - "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_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": "2", - "wall_direction": "auto", - "wall_distribution_count": "1", - "wall_filament": "1", - "wall_generator": "arachne", - "wall_sequence": "inner wall/outer wall", - "wall_transition_angle": "10", - "wall_transition_filter_deviation": "25%", - "wall_transition_length": "100%", - "wipe_before_external_loop": "1", - "wipe_on_loops": "0", - "wipe_speed": "80%", - "wipe_tower_bridging": "10", - "wipe_tower_cone_angle": "30", - "wipe_tower_extra_flow": "100%", - "wipe_tower_extra_rib_length": "5", - "wipe_tower_extra_spacing": "100%", - "wipe_tower_filament": "0", - "wipe_tower_fillet_wall": "1", - "wipe_tower_max_purge_speed": "60", - "wipe_tower_no_sparse_layers": "0", - "wipe_tower_rib_width": "3", - "wipe_tower_rotation_angle": "0", - "wipe_tower_wall_type": "rib", - "wiping_volumes_extruders": [ - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70" - ], - "xy_contour_compensation": "0", - "top_surface_acceleration": "300", - "travel_jerk": "6", - "initial_layer_speed": "10", - "outer_wall_acceleration": "400", - "outer_wall_line_width": "100%", - "line_width": "100%", - "initial_layer_line_width": "125%", - "inner_wall_line_width": "100%", - "top_surface_line_width": "105%", - "sparse_infill_line_width": "125%", - "internal_solid_infill_line_width": "105%", - "support_line_width": "125%", - "outer_wall_speed": "20", - "inner_wall_speed": "20", - "sparse_infill_speed": "40", - "internal_solid_infill_speed": "40", - "gap_infill_speed": "20", - "support_speed": "40", - "support_interface_speed": "20", - "top_surface_speed": "20", - "small_perimeter_speed": "40%", - "small_perimeter_threshold": "0", - "outer_wall_jerk": "3", - "xy_hole_compensation": "0", - "description": "SeeMeCNC configurations", - "top_surface_flow_ratio": "0.95", - "travel_speed": "100", - "support_wall_loops": "0", - "wall_loops": "3", - "sparse_infill_density": "20%", - "top_surface_pattern": "monotonicline", - "bottom_shell_layers": "4", - "top_shell_layers": "4", - "bottom_surface_pattern": "monotonicline", - "detect_thin_wall": "1", - "ensure_vertical_shell_thickness": "ensure_all", - "bridge_speed": "30", - "enable_arc_fitting": "0", - "precise_z_height": "0" + "type": "process", + "name": "SeeMeCNC process base 1.0mm", + "from": "system", + "instantiation": "false", + "accel_to_decel_enable": "0", + "accel_to_decel_factor": "50%", + "align_infill_direction_to_model": "0", + "bottom_shell_thickness": "0", + "bottom_solid_infill_flow_ratio": "1", + "bottom_surface_density": "100%", + "bridge_acceleration": "30%", + "bridge_angle": "0", + "bridge_density": "100%", + "bridge_flow": "0.95", + "bridge_no_support": "0", + "brim_ears_detection_length": "1", + "brim_ears_max_angle": "125", + "brim_object_gap": "0.1", + "brim_use_efc_outline": "0", + "brim_width": "5", + "calib_flowrate_topinfill_special_order": "0", + "default_acceleration": "600", + "default_jerk": "4", + "default_junction_deviation": "0", + "detect_narrow_internal_solid_infill": "1", + "detect_overhang_wall": "1", + "dont_filter_internal_bridges": "disabled", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "elefant_foot_compensation_layers": "1", + "enable_extra_bridge_layer": "disabled", + "enable_overhang_speed": "1", + "enable_prime_tower": "1", + "enable_support": "0", + "enable_tower_interface_cooldown_during_tower": "0", + "enable_tower_interface_features": "0", + "enable_wrapping_detection": "0", + "enforce_support_layers": "0", + "exclude_object": "1", + "extra_perimeters_on_overhangs": "1", + "extra_solid_infills": "", + "extrusion_rate_smoothing_external_perimeter_only": "0", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "fill_multiline": "1", + "filter_out_gap_fill": "0", + "first_layer_flow_ratio": "1", + "flush_into_infill": "1", + "flush_into_objects": "0", + "flush_into_support": "1", + "fuzzy_skin": "disabled_fuzzy", + "fuzzy_skin_first_layer": "0", + "fuzzy_skin_mode": "displacement", + "fuzzy_skin_noise_type": "classic", + "fuzzy_skin_octaves": "4", + "fuzzy_skin_persistence": "0.5", + "fuzzy_skin_point_distance": "0.3", + "fuzzy_skin_scale": "1", + "fuzzy_skin_thickness": "0.2", + "gap_fill_flow_ratio": "1", + "gap_fill_target": "nowhere", + "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": "0", + "infill_anchor": "400%", + "infill_anchor_max": "20", + "infill_combination": "0", + "infill_combination_max_layer_height": "100%", + "infill_direction": "45", + "infill_jerk": "5", + "infill_lock_depth": "1", + "infill_overhang_angle": "60", + "infill_shift_step": "0.4", + "infill_wall_overlap": "25%", + "initial_layer_acceleration": "200", + "initial_layer_infill_speed": "20", + "initial_layer_jerk": "3", + "initial_layer_min_bead_width": "85%", + "initial_layer_travel_speed": "100%", + "inner_wall_acceleration": "400", + "inner_wall_flow_ratio": "1", + "inner_wall_jerk": "3", + "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_flow_ratio": "1", + "internal_solid_infill_pattern": "monotonic", + "ironing_angle": "0", + "ironing_angle_fixed": "0", + "ironing_flow": "10%", + "ironing_inset": "0", + "ironing_pattern": "rectilinear", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "is_infill_first": "0", + "lateral_lattice_angle_1": "-45", + "lateral_lattice_angle_2": "45", + "make_overhang_printable": "0", + "make_overhang_printable_angle": "55", + "make_overhang_printable_hole_size": "0", + "max_bridge_length": "50", + "max_travel_detour_distance": "10000", + "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": "4", + "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_flow_ratio": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "overhang_flow_ratio": "1", + "overhang_reverse": "0", + "overhang_reverse_internal_only": "0", + "overhang_reverse_threshold": "50%", + "post_process": [], + "precise_outer_wall": "1", + "preheat_steps": "1", + "preheat_time": "30", + "prime_tower_brim_width": "3", + "prime_tower_enable_framework": "1", + "prime_tower_flat_ironing": "0", + "prime_tower_infill_gap": "150%", + "prime_tower_skip_points": "0", + "prime_tower_width": "30", + "prime_volume": "150", + "print_extruder_id": [ + "1" + ], + "print_extruder_variant": [ + "Bowden Standard" + ], + "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.03", + "role_based_wipe_speed": "1", + "scarf_angle_threshold": "155", + "scarf_joint_flow_ratio": "1", + "scarf_joint_speed": "100%", + "scarf_overhang_threshold": "35%", + "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", + "set_other_flow_ratios": "0", + "single_extruder_multi_material_priming": "0", + "single_loop_draft_shield": "0", + "skeleton_infill_density": "25%", + "skeleton_infill_line_width": "100%", + "skin_infill_density": "25%", + "skin_infill_depth": "2", + "skin_infill_line_width": "100%", + "skirt_height": "1", + "skirt_speed": "50", + "skirt_start_angle": "-135", + "skirt_type": "combined", + "slice_closing_radius": "0.1", + "slicing_mode": "regular", + "slow_down_layers": "4", + "slowdown_for_curled_perimeters": "1", + "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" + ], + "solid_infill_direction": "45", + "solid_infill_filament": "0", + "solid_infill_rotate_template": "", + "sparse_infill_acceleration": "100%", + "sparse_infill_filament": "0", + "sparse_infill_flow_ratio": "1", + "sparse_infill_pattern": "gyroid", + "sparse_infill_rotate_template": "", + "spiral_finishing_flow_ratio": "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": "rectilinear", + "support_base_pattern_spacing": "6", + "support_bottom_interface_spacing": "1.5", + "support_bottom_z_distance": "0.5", + "support_critical_regions_only": "1", + "support_expansion": "0", + "support_filament": "0", + "support_flow_ratio": "1", + "support_interface_bottom_layers": "2", + "support_interface_filament": "0", + "support_interface_flow_ratio": "1", + "support_interface_loop_pattern": "0", + "support_interface_not_for_body": "1", + "support_interface_pattern": "auto", + "support_interface_spacing": "1.5", + "support_interface_top_layers": "3", + "support_ironing": "0", + "support_ironing_flow": "10%", + "support_ironing_pattern": "rectilinear", + "support_ironing_spacing": "0.1", + "support_object_first_layer_gap": "0.4", + "support_object_xy_distance": "0.95", + "support_on_build_plate_only": "1", + "support_remove_small_overhang": "1", + "support_style": "default", + "support_threshold_angle": "45", + "support_threshold_overlap": "50%", + "support_top_z_distance": "0.5", + "support_type": "tree(auto)", + "symmetric_infill_y_axis": "0", + "thick_bridges": "0", + "thick_internal_bridges": "1", + "timelapse_type": "0", + "top_bottom_infill_wall_overlap": "25%", + "top_shell_thickness": "0.8", + "top_solid_infill_flow_ratio": "1", + "top_surface_density": "100%", + "top_surface_jerk": "3", + "travel_acceleration": "800", + "travel_speed_z": "0", + "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_organic": "3", + "tree_support_branch_distance": "5", + "tree_support_branch_distance_organic": "1", + "tree_support_brim_width": "3", + "tree_support_tip_diameter": "2", + "tree_support_top_rate": "30%", + "tree_support_wall_count": "2", + "wall_direction": "auto", + "wall_distribution_count": "1", + "wall_filament": "0", + "wall_generator": "arachne", + "wall_sequence": "inner wall/outer wall", + "wall_transition_angle": "10", + "wall_transition_filter_deviation": "25%", + "wall_transition_length": "100%", + "wipe_before_external_loop": "1", + "wipe_on_loops": "0", + "wipe_speed": "80%", + "wipe_tower_bridging": "10", + "wipe_tower_cone_angle": "30", + "wipe_tower_extra_flow": "100%", + "wipe_tower_extra_rib_length": "5", + "wipe_tower_extra_spacing": "100%", + "wipe_tower_filament": "0", + "wipe_tower_fillet_wall": "1", + "wipe_tower_max_purge_speed": "60", + "wipe_tower_no_sparse_layers": "0", + "wipe_tower_rib_width": "3", + "wipe_tower_rotation_angle": "0", + "wipe_tower_wall_type": "rib", + "wiping_volumes_extruders": [ + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70" + ], + "xy_contour_compensation": "0", + "top_surface_acceleration": "300", + "travel_jerk": "6", + "initial_layer_speed": "10", + "outer_wall_acceleration": "400", + "outer_wall_line_width": "100%", + "line_width": "100%", + "initial_layer_line_width": "125%", + "inner_wall_line_width": "100%", + "top_surface_line_width": "105%", + "sparse_infill_line_width": "125%", + "internal_solid_infill_line_width": "105%", + "support_line_width": "125%", + "outer_wall_speed": "20", + "inner_wall_speed": "20", + "sparse_infill_speed": "40", + "internal_solid_infill_speed": "40", + "gap_infill_speed": "20", + "support_speed": "40", + "support_interface_speed": "20", + "top_surface_speed": "20", + "small_perimeter_speed": "40%", + "small_perimeter_threshold": "0", + "outer_wall_jerk": "3", + "xy_hole_compensation": "0", + "description": "SeeMeCNC configurations", + "top_surface_flow_ratio": "0.95", + "travel_speed": "100", + "support_wall_loops": "0", + "wall_loops": "3", + "sparse_infill_density": "20%", + "top_surface_pattern": "monotonicline", + "bottom_shell_layers": "4", + "top_shell_layers": "4", + "bottom_surface_pattern": "monotonicline", + "detect_thin_wall": "1", + "ensure_vertical_shell_thickness": "ensure_all", + "bridge_speed": "30", + "enable_arc_fitting": "0", + "precise_z_height": "0" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker.json b/resources/profiles/Snapmaker.json index 0fe71651be..6545b26f4b 100644 --- a/resources/profiles/Snapmaker.json +++ b/resources/profiles/Snapmaker.json @@ -1,6 +1,6 @@ { "name": "Snapmaker", - "version": "02.04.00.01", + "version": "02.04.00.03", "force_update": "0", "description": "Snapmaker configurations", "machine_model_list": [ 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 25ccf94830..96dd135805 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker U1 (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/machine/Snapmaker U1 (0.4 nozzle).json @@ -8,7 +8,7 @@ "printer_model": "Snapmaker U1", "printer_variant": "0.4", "auxiliary_fan": "1", - "change_filament_gcode": ";===== date: 20260605 =====================\n; Change Tool[previous_extruder] -> Tool[next_extruder] (layer [layer_num])\n; max_layer_z [max_layer_z]\n; max_print_height [max_print_height]\n; print_sequence [print_sequence]\n\n{\nlocal move_z = 1.5;\nlocal max_speed_toolchange = 350.0;\nlocal wait_for_extruder_temp = true;\nposition[2] = position[2] + 2.0;\nlocal speed_toolchange = max_speed_toolchange;\n\nif travel_speed < max_speed_toolchange then\n speed_toolchange = travel_speed;\nendif\n\nif print_sequence == \"by object\" then\n\n if max_layer_z < ((max_print_height - z_offset) - 2) then\n move_z = z_offset + min(((max_layer_z - z_offset) + 2), max_print_height);\n endif\n\nendif\n\n\"G91\nG90\nG1 Z\" + move_z + \" F600\nG90\n\";\n\"G1 F\" + (speed_toolchange * 60) + \"\n\";\nif wait_for_extruder_temp and not((layer_num < 0) and (next_extruder == initial_tool)) then\n \"\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\"M400\" + \"\n\";\n\"T\" + next_extruder + \"\n\";\nif filament_type[next_extruder] == \"PVA\" then\n\"SET_VELOCITY_LIMIT ACCEL=3000\n\";\nelse\nendif\nif previous_extruder != next_extruder and initial_extruder != next_extruder then\n\"SM_PRINT_PREEXTRUDE_FILAMENT INDEX=\" + next_extruder + \"\n\";\nendif\n\"G90\n\";\n}\n", + "change_filament_gcode": ";===== date: 20260607 =====================\n; Change Tool[previous_extruder] -> Tool[next_extruder] (layer [layer_num])\n; max_layer_z [max_layer_z]\n; max_print_height [max_print_height]\n; print_sequence [print_sequence]\n\n{\nlocal move_z = 1.5;\nlocal max_speed_toolchange = 350.0;\nlocal wait_for_extruder_temp = true;\nposition[2] = position[2] + 2.0;\nlocal speed_toolchange = max_speed_toolchange;\n\nif travel_speed < max_speed_toolchange then\n speed_toolchange = travel_speed;\nendif\n\nif print_sequence == \"by object\" then\n\n if max_layer_z < ((max_print_height - z_offset) - 2) then\n move_z = z_offset + min(((max_layer_z - z_offset) + 2), max_print_height);\n endif\n\nendif\n\n\"G91\nG1 Z\" + move_z + \" F600\nG90\n\";\n\"G1 F\" + (speed_toolchange * 60) + \"\n\";\nif wait_for_extruder_temp and not((layer_num < 0) and (next_extruder == initial_tool)) then\n \"\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\"M400\" + \"\n\";\n\"T\" + next_extruder + \"\n\";\nif filament_type[next_extruder] == \"PVA\" then\n\"SET_VELOCITY_LIMIT ACCEL=3000\n\";\nelse\nendif\nif previous_extruder != next_extruder and initial_extruder != next_extruder then\n\"SM_PRINT_PREEXTRUDE_FILAMENT INDEX=\" + next_extruder + \"\n\";\nendif\n\"G90\n\";\n}\n", "extruder_colour": [ "#FCE94F", "#FCE94F", @@ -223,9 +223,8 @@ "Auto Lift" ], "enable_filament_ramming": "0", - "extruder_clearance_height_to_rod": "60", - "extruder_clearance_height_to_lid": "130", - "extruder_clearance_radius": "80", + "extruder_clearance_height_to_rod": "27.5", + "extruder_clearance_radius": "72.5", "machine_load_filament_time": "0", "machine_unload_filament_time": "0", "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\nTIMELAPSE_TAKE_FRAME\nDEFECT_DETECTION_DETECT", diff --git a/resources/profiles/Snapmaker/process/0.08 Extra Fine @Snapmaker U1 (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.08 Extra Fine @Snapmaker U1 (0.4 nozzle).json index e9948d77e6..35b00038e8 100644 --- a/resources/profiles/Snapmaker/process/0.08 Extra Fine @Snapmaker U1 (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.08 Extra Fine @Snapmaker U1 (0.4 nozzle).json @@ -13,6 +13,5 @@ ], "ooze_prevention": "1", "slowdown_for_curled_perimeters": "0", - "standby_temperature_delta": "-150", - "wipe_tower_filament": "1" + "standby_temperature_delta": "-150" } diff --git a/resources/profiles/Snapmaker/process/0.08 High Quality @Snapmaker U1 (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.08 High Quality @Snapmaker U1 (0.4 nozzle).json index e0dbc69735..499fd7c96c 100644 --- a/resources/profiles/Snapmaker/process/0.08 High Quality @Snapmaker U1 (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.08 High Quality @Snapmaker U1 (0.4 nozzle).json @@ -22,6 +22,5 @@ ], "ooze_prevention": "1", "slowdown_for_curled_perimeters": "0", - "standby_temperature_delta": "-150", - "wipe_tower_filament": "1" + "standby_temperature_delta": "-150" } diff --git a/resources/profiles/Snapmaker/process/0.12 Fine @Snapmaker U1 (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.12 Fine @Snapmaker U1 (0.4 nozzle).json index 2ee8f14309..295bae445d 100644 --- a/resources/profiles/Snapmaker/process/0.12 Fine @Snapmaker U1 (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.12 Fine @Snapmaker U1 (0.4 nozzle).json @@ -13,6 +13,5 @@ ], "ooze_prevention": "1", "slowdown_for_curled_perimeters": "0", - "standby_temperature_delta": "-150", - "wipe_tower_filament": "1" + "standby_temperature_delta": "-150" } diff --git a/resources/profiles/Snapmaker/process/0.12 High Quality @Snapmaker U1 (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.12 High Quality @Snapmaker U1 (0.4 nozzle).json index 285dec6464..57bb9d687e 100644 --- a/resources/profiles/Snapmaker/process/0.12 High Quality @Snapmaker U1 (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.12 High Quality @Snapmaker U1 (0.4 nozzle).json @@ -20,6 +20,5 @@ "compatible_printers": [ "Snapmaker U1 (0.4 nozzle)" ], - "slowdown_for_curled_perimeters": "0", - "wipe_tower_filament": "1" + "slowdown_for_curled_perimeters": "0" } diff --git a/resources/profiles/Snapmaker/process/0.16 High Quality @Snapmaker U1 (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.16 High Quality @Snapmaker U1 (0.4 nozzle).json index 98098e4dec..ef5d90abc8 100644 --- a/resources/profiles/Snapmaker/process/0.16 High Quality @Snapmaker U1 (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.16 High Quality @Snapmaker U1 (0.4 nozzle).json @@ -22,6 +22,5 @@ ], "ooze_prevention": "1", "slowdown_for_curled_perimeters": "0", - "standby_temperature_delta": "-150", - "wipe_tower_filament": "1" + "standby_temperature_delta": "-150" } diff --git a/resources/profiles/Snapmaker/process/0.16 Optimal @Snapmaker U1 (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.16 Optimal @Snapmaker U1 (0.4 nozzle).json index c133c8052e..5bc8f1e60d 100644 --- a/resources/profiles/Snapmaker/process/0.16 Optimal @Snapmaker U1 (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.16 Optimal @Snapmaker U1 (0.4 nozzle).json @@ -13,6 +13,5 @@ ], "ooze_prevention": "1", "slowdown_for_curled_perimeters": "0", - "standby_temperature_delta": "-150", - "wipe_tower_filament": "1" + "standby_temperature_delta": "-150" } 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 350b11b6c1..43fc48b4e7 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 @@ -19,6 +19,5 @@ ], "ooze_prevention": "1", "slowdown_for_curled_perimeters": "0", - "standby_temperature_delta": "-150", - "wipe_tower_filament": "1" + "standby_temperature_delta": "-150" } diff --git a/resources/profiles/Snapmaker/process/0.20 Strength @Snapmaker U1 (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.20 Strength @Snapmaker U1 (0.4 nozzle).json index e97df1c085..6c20f1fd9a 100644 --- a/resources/profiles/Snapmaker/process/0.20 Strength @Snapmaker U1 (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.20 Strength @Snapmaker U1 (0.4 nozzle).json @@ -16,6 +16,5 @@ ], "ooze_prevention": "1", "slowdown_for_curled_perimeters": "0", - "standby_temperature_delta": "-150", - "wipe_tower_filament": "1" + "standby_temperature_delta": "-150" } 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 47aa7ba6a0..a991e399a8 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 @@ -19,6 +19,5 @@ ], "ooze_prevention": "1", "slowdown_for_curled_perimeters": "0", - "standby_temperature_delta": "-150", - "wipe_tower_filament": "1" + "standby_temperature_delta": "-150" } diff --git a/resources/profiles/Snapmaker/process/0.24 Draft @Snapmaker U1 (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.24 Draft @Snapmaker U1 (0.4 nozzle).json index 31cbbd4162..bab4205384 100644 --- a/resources/profiles/Snapmaker/process/0.24 Draft @Snapmaker U1 (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.24 Draft @Snapmaker U1 (0.4 nozzle).json @@ -13,6 +13,5 @@ ], "ooze_prevention": "1", "slowdown_for_curled_perimeters": "0", - "standby_temperature_delta": "-150", - "wipe_tower_filament": "1" + "standby_temperature_delta": "-150" } diff --git a/resources/profiles/Snapmaker/process/0.28 Extra Draft @Snapmaker U1 (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.28 Extra Draft @Snapmaker U1 (0.4 nozzle).json index 1b27e20bc3..3e41dc2cb8 100644 --- a/resources/profiles/Snapmaker/process/0.28 Extra Draft @Snapmaker U1 (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.28 Extra Draft @Snapmaker U1 (0.4 nozzle).json @@ -11,6 +11,5 @@ "compatible_printers": [ "Snapmaker U1 (0.4 nozzle)" ], - "slowdown_for_curled_perimeters": "0", - "wipe_tower_filament": "1" + "slowdown_for_curled_perimeters": "0" } diff --git a/src/libslic3r/Model.cpp b/src/libslic3r/Model.cpp index 0067684f15..d1ca3cf8c0 100644 --- a/src/libslic3r/Model.cpp +++ b/src/libslic3r/Model.cpp @@ -2573,6 +2573,12 @@ void ModelVolume::update_extruder_count(size_t extruder_count) break; } } + // Clear a stale per-volume filament assignment that no longer exists after the extruder count + // shrank (e.g. printer switch to one with fewer filaments), so downstream readers never index + // per-filament config vectors out of range. Ported from BambuStudio (STUDIO-15763). + if (extruder_id() > extruder_count) { + this->config.erase("extruder"); + } } void ModelVolume::update_extruder_count_when_delete_filament(size_t extruder_count, size_t filament_id, int replace_filament_id) @@ -2584,6 +2590,11 @@ void ModelVolume::update_extruder_count_when_delete_filament(size_t extruder_cou break; } } + // Same stale-assignment cleanup as update_extruder_count, for the filament-delete path. + // Ported from BambuStudio (STUDIO-15763). + if (extruder_id() > extruder_count) { + this->config.erase("extruder"); + } } void ModelVolume::center_geometry_after_creation(bool update_source_offset) diff --git a/src/libslic3r/Print.cpp b/src/libslic3r/Print.cpp index 0325f1b97b..0d58e2dc00 100644 --- a/src/libslic3r/Print.cpp +++ b/src/libslic3r/Print.cpp @@ -1836,15 +1836,12 @@ StringObjectException Print::validate(StringObjectException *warning, Polygons* } } } - - // Check junction deviation - // Orca: Only marlin FW supports max junction deviation. Dont display warning if firmware is not supporting it. - const bool support_max_junction_deviation = ( m_config.gcode_flavor == gcfMarlinFirmware); - if (warning_key.empty() && m_default_object_config.default_junction_deviation.value > max_junction_deviation && support_max_junction_deviation) { + // check junction deviation + else if (m_default_object_config.default_junction_deviation.value > max_junction_deviation) { warning->string = L( "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" "You can adjust the machine_max_junction_deviation value in your printer's configuration to get higher limits."); - warning->opt_key = warning_key; + warning->opt_key = "default_junction_deviation"; } // check acceleration diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp index 2a6891d587..5e657971a5 100644 --- a/src/libslic3r/PrintConfig.cpp +++ b/src/libslic3r/PrintConfig.cpp @@ -10256,7 +10256,19 @@ void DynamicPrintConfig::update_diff_values_to_child_config(DynamicPrintConfig& int stride = 1; if (key_set2.find(opt) != key_set2.end()) stride = 2; - opt_vec_src->set_only_diff(opt_vec_dest, variant_index, stride); + // set_only_diff() requires the base vector length to equal variant_index.size()*stride, where + // variant_index is sized from the parent's printer_extruder_variant list (or 1 when it has none). + // Legacy / multi-extruder / multi-variant presets can violate this in either direction when a key's + // stored length and the variant-list length were sized inconsistently - e.g. a Snapmaker U1 base + // (4 nozzles) whose stride-2 machine limits were length-extended to nozzles*2 while its + // printer_extruder_variant list is empty (variant_index == 1), so base length != variant_index*stride. + // Rather than throw (which is caught upstream and DELETES the user preset file), fall back to the + // child's explicit value, which is authoritative for its own extruder/variant layout. + if (opt_vec_src->size() != variant_index.size() * size_t(stride)) { + opt_src->set(opt_target); + } + else + opt_vec_src->set_only_diff(opt_vec_dest, variant_index, stride); } } } diff --git a/src/libslic3r/Support/SupportCommon.cpp b/src/libslic3r/Support/SupportCommon.cpp index 67809df075..eaf5159d9c 100644 --- a/src/libslic3r/Support/SupportCommon.cpp +++ b/src/libslic3r/Support/SupportCommon.cpp @@ -1733,8 +1733,8 @@ void generate_support_toolpaths( interface_as_base ? ExtrusionRole::erSupportMaterial : ExtrusionRole::erSupportMaterialInterface, interface_flow); } }; - const bool top_interfaces = config.support_interface_top_layers.value != 0; - const bool bottom_interfaces = top_interfaces && config.support_interface_bottom_layers != 0; + const bool top_interfaces = support_params.num_top_interface_layers > 0; + const bool bottom_interfaces = top_interfaces && support_params.num_bottom_interface_layers > 0; extrude_interface(top_contact_layer, raft_layer ? InterfaceLayerType::RaftContact : top_interfaces ? InterfaceLayerType::TopContact : InterfaceLayerType::InterfaceAsBase); if (!organic_tree) extrude_interface(bottom_contact_layer, bottom_interfaces ? InterfaceLayerType::BottomContact : InterfaceLayerType::InterfaceAsBase); diff --git a/src/libslic3r/Support/SupportParameters.hpp b/src/libslic3r/Support/SupportParameters.hpp index c1468eb5f9..9e099e7db5 100644 --- a/src/libslic3r/Support/SupportParameters.hpp +++ b/src/libslic3r/Support/SupportParameters.hpp @@ -6,6 +6,14 @@ #include "../Flow.hpp" namespace Slic3r { + +inline int number_of_support_interface_bottom_layers(const PrintObjectConfig& object_config) +{ + return object_config.support_interface_bottom_layers.value < 0 ? + object_config.support_interface_top_layers.value : + object_config.support_interface_bottom_layers.value; +} + struct SupportParameters { SupportParameters() = delete; SupportParameters(const PrintObject& object) @@ -26,8 +34,7 @@ struct SupportParameters { { this->num_top_interface_layers = std::max(0, object_config.support_interface_top_layers.value); - this->num_bottom_interface_layers = object_config.support_interface_bottom_layers < 0 ? - num_top_interface_layers : object_config.support_interface_bottom_layers; + this->num_bottom_interface_layers = number_of_support_interface_bottom_layers(object_config); this->has_top_contacts = num_top_interface_layers > 0; this->has_bottom_contacts = num_bottom_interface_layers > 0; // BBS: if support interface and support base do not use the same filament, add a base layer to improve their adhesion diff --git a/src/libslic3r/Support/TreeSupport.cpp b/src/libslic3r/Support/TreeSupport.cpp index 8e6033f43a..7ae0cd94c8 100644 --- a/src/libslic3r/Support/TreeSupport.cpp +++ b/src/libslic3r/Support/TreeSupport.cpp @@ -2013,8 +2013,8 @@ void TreeSupport::draw_circles() // generate areas const coordf_t layer_height = config.layer_height.value; - const size_t top_interface_layers = config.support_interface_top_layers.value; - const size_t bottom_interface_layers = config.support_interface_bottom_layers.value < 0 ? top_interface_layers : config.support_interface_bottom_layers.value; + const size_t top_interface_layers = m_support_params.num_top_interface_layers; + const size_t bottom_interface_layers = number_of_support_interface_bottom_layers(config); const double nozzle_diameter = m_object->print()->config().nozzle_diameter.get_at(0); const coordf_t line_width = config.get_abs_value("support_line_width", nozzle_diameter); const coordf_t line_width_scaled = scale_(line_width); @@ -2653,8 +2653,7 @@ void TreeSupport::drop_nodes() const size_t tip_layers = base_radius / layer_height; //The number of layers to be shrinking the circle to create a tip. This produces a 45 degree angle. const coordf_t radius_sample_resolution = m_ts_data->m_radius_sample_resolution; const bool support_on_buildplate_only = config.support_on_build_plate_only.value; - const size_t top_interface_layers = config.support_interface_top_layers.value; - const size_t bottom_interface_layers = config.support_interface_bottom_layers.value < 0 ? top_interface_layers : config.support_interface_bottom_layers.value; + const size_t bottom_interface_layers = number_of_support_interface_bottom_layers(config); SupportNode::diameter_angle_scale_factor = diameter_angle_scale_factor; float DO_NOT_MOVER_UNDER_MM = is_slim ? 0 : 5; // do not move contact points under 5mm diff --git a/src/libslic3r/Support/TreeSupport3D.cpp b/src/libslic3r/Support/TreeSupport3D.cpp index 982d5f0f17..b5458e8211 100644 --- a/src/libslic3r/Support/TreeSupport3D.cpp +++ b/src/libslic3r/Support/TreeSupport3D.cpp @@ -2917,6 +2917,7 @@ static std::pair extrude_branch( const TreeSupportSettings &config, const SlicingParameters &slicing_params, const std::vector &move_bounds, + bool has_root, indexed_triangle_set &result) { Vec3d p1, p2, p3; @@ -2938,24 +2939,38 @@ static std::pair extrude_branch( v1 = (p2 - p1).normalized(); if (ipath == 1) { nprev = v1; - // Extrude the bottom half sphere. float radius = unscaled(support_element_radius(config, prev)); - float angle_step = 2. * acos(1. - eps / radius); - auto nsteps = int(ceil(M_PI / (2. * angle_step))); - angle_step = M_PI / (2. * nsteps); - int ifan = int(result.vertices.size()); - result.vertices.emplace_back((p1 - nprev * radius).cast()); - zmin = result.vertices.back().z(); - float angle = angle_step; - for (int i = 1; i < nsteps; ++ i, angle += angle_step) { - std::pair strip = discretize_circle((p1 - nprev * radius * cos(angle)).cast(), nprev.cast(), radius * sin(angle), eps, result.vertices); - if (i == 1) - triangulate_fan(result, ifan, strip.first, strip.second); - else - triangulate_strip(result, prev_strip.first, prev_strip.second, strip.first, strip.second); -// sprintf(fname, "d:\\temp\\meshes\\tree-partial-%d.obj", ++ irun); -// its_write_obj(result, fname); - prev_strip = strip; + if (has_root && prev.state.layer_idx == 0) { + // Orca: Buildplate roots need a flat foot. A rounded cap can extend far + // below the bed and make the first layer slice cut unrelated trunk geometry. + const Vec3f normal(0.f, 0.f, 1.f); + const Vec3f bottom_center(float(p1.x()), float(p1.y()), 0.f); + const Vec3f top_center(float(p1.x()), float(p1.y()), float(p1.z())); + int ifan = int(result.vertices.size()); + result.vertices.emplace_back(bottom_center); + std::pair bottom_strip = discretize_circle(bottom_center, normal, radius, eps, result.vertices); + triangulate_fan(result, ifan, bottom_strip.first, bottom_strip.second); + prev_strip = discretize_circle(top_center, normal, radius, eps, result.vertices); + triangulate_strip(result, bottom_strip.first, bottom_strip.second, prev_strip.first, prev_strip.second); + zmin = 0.f; + } else { + // Extrude the bottom half sphere. + float angle_step = 2. * acos(1. - eps / radius); + auto nsteps = int(ceil(M_PI / (2. * angle_step))); + angle_step = M_PI / (2. * nsteps); + int ifan = int(result.vertices.size()); + result.vertices.emplace_back((p1 - nprev * radius).cast()); + zmin = result.vertices.back().z(); + float angle = angle_step; + for (int i = 1; i < nsteps; ++ i, angle += angle_step) { + std::pair strip = discretize_circle((p1 - nprev * radius * cos(angle)).cast(), nprev.cast(), radius * sin(angle), eps, result.vertices); + if (i == 1) + triangulate_fan(result, ifan, strip.first, strip.second); + else + triangulate_strip(result, prev_strip.first, prev_strip.second, strip.first, strip.second); + + prev_strip = strip; + } } } if (ipath + 1 == path.size()) { @@ -3142,16 +3157,19 @@ static void organic_smooth_branches_avoid_collisions( // Orca: // Collision and Laplacian smoothing run iteratively; keep each candidate reachable from linked upper/lower layers to avoid accumulated drift. auto limit_candidate_to_linked_layers = [&collision_spheres, &linear_data_layers, &config](const size_t collision_sphere_id, Vec2d candidate) { - auto constrain_to_anchor = [](Vec2d candidate, const Vec2d &anchor, const double allowed_shift) { + auto constrain_to_anchor = [](Vec2d candidate, const Vec2d ¤t_pos, const Vec2d &anchor, double allowed_shift) { const Vec2d delta = candidate - anchor; - const double dist = delta.norm(); - return dist > allowed_shift && dist > EPSILON ? - anchor + delta * (allowed_shift / dist) : + const double candidate_dist = delta.norm(); + const double current_dist = (current_pos - anchor).norm(); + allowed_shift = std::max(allowed_shift, current_dist); + return candidate_dist > allowed_shift && candidate_dist > EPSILON ? + anchor + delta * (allowed_shift / candidate_dist) : candidate; }; const CollisionSphere &sphere = collision_spheres[collision_sphere_id]; const LayerIndex layer_idx = sphere.element.state.layer_idx; + const Vec2d current_pos = to_2d(sphere.position).cast(); const double current_radius = double(support_element_radius(config, sphere.element)); const double maximum_move_distance_slow = double(config.maximum_move_distance_slow); @@ -3161,7 +3179,7 @@ static void organic_smooth_branches_avoid_collisions( const CollisionSphere &lower = collision_spheres[lower_id]; const double lower_radius = double(support_element_radius(config, lower.element)); const double allowed_shift = unscaled(std::max(0., lower_radius - current_radius) + maximum_move_distance_slow); - candidate = constrain_to_anchor(candidate, to_2d(lower.prev_position).cast(), allowed_shift); + candidate = constrain_to_anchor(candidate, current_pos, to_2d(lower.prev_position).cast(), allowed_shift); } } @@ -3175,7 +3193,7 @@ static void organic_smooth_branches_avoid_collisions( const CollisionSphere &upper = collision_spheres[upper_id]; const double upper_radius = double(support_element_radius(config, upper.element)); const double allowed_shift = unscaled(std::max(0., current_radius - upper_radius) + maximum_move_distance_slow); - candidate = constrain_to_anchor(candidate, to_2d(upper.prev_position).cast(), allowed_shift); + candidate = constrain_to_anchor(candidate, current_pos, to_2d(upper.prev_position).cast(), allowed_shift); } } @@ -3845,7 +3863,7 @@ void organic_draw_branches( for (const Branch &branch : tree.branches) { // Triangulate the tube. partial_mesh.clear(); - std::pair zspan = extrude_branch(branch.path, config, slicing_params, move_bounds, partial_mesh); + std::pair zspan = extrude_branch(branch.path, config, slicing_params, move_bounds, branch.has_root, partial_mesh); LayerIndex layer_begin = branch.has_root ? branch.path.front()->state.layer_idx : std::min(branch.path.front()->state.layer_idx, layer_idx_ceil(slicing_params, config, zspan.first)); diff --git a/src/libslic3r/Support/TreeSupportCommon.hpp b/src/libslic3r/Support/TreeSupportCommon.hpp index 39eb537a8f..c23de84404 100644 --- a/src/libslic3r/Support/TreeSupportCommon.hpp +++ b/src/libslic3r/Support/TreeSupportCommon.hpp @@ -61,12 +61,10 @@ struct TreeSupportMeshGroupSettings { this->support_angle = 0.5 * M_PI - std::clamp((config.support_threshold_angle + 1) * M_PI / 180., 0., 0.5 * M_PI); this->support_line_width = support_material_flow(&print_object, config.layer_height).scaled_width(); this->support_roof_line_width = support_material_interface_flow(&print_object, config.layer_height).scaled_width(); - //FIXME add it to SlicingParameters and reuse in both tree and normal supports? - this->support_bottom_enable = config.support_interface_top_layers.value > 0 && config.support_interface_bottom_layers.value != 0; + const int bottom_interface_layers = number_of_support_interface_bottom_layers(config); + this->support_bottom_enable = config.support_interface_top_layers.value > 0 && bottom_interface_layers > 0; this->support_bottom_height = this->support_bottom_enable ? - (config.support_interface_bottom_layers.value > 0 ? - config.support_interface_bottom_layers.value : - config.support_interface_top_layers.value) * this->layer_height : + bottom_interface_layers * this->layer_height : 0; this->support_material_buildplate_only = config.support_on_build_plate_only; this->support_xy_distance = scaled(config.support_object_xy_distance.value); @@ -77,8 +75,8 @@ struct TreeSupportMeshGroupSettings { this->support_bottom_distance = scaled(slicing_params.gap_object_support); this->support_roof_enable = config.support_interface_top_layers.value > 0; this->support_roof_layers = config.support_interface_top_layers.value; - this->support_floor_enable = config.support_interface_bottom_layers.value > 0; - this->support_floor_layers = config.support_interface_bottom_layers.value; + this->support_floor_enable = bottom_interface_layers > 0; + this->support_floor_layers = bottom_interface_layers; this->support_roof_pattern = config.support_interface_pattern; this->support_pattern = config.support_base_pattern; this->support_line_spacing = scaled(config.support_base_pattern_spacing.value); diff --git a/src/slic3r/GUI/ConfigManipulation.cpp b/src/slic3r/GUI/ConfigManipulation.cpp index 66587f3805..a0840c028b 100644 --- a/src/slic3r/GUI/ConfigManipulation.cpp +++ b/src/slic3r/GUI/ConfigManipulation.cpp @@ -571,7 +571,11 @@ void ConfigManipulation::toggle_print_fff_options(DynamicPrintConfig *config, co { PresetBundle *preset_bundle = wxGetApp().preset_bundle; - auto gcflavor = preset_bundle->printers.get_edited_preset().config.option>("gcode_flavor")->value; + const GCodeFlavor gcflavor = preset_bundle->printers.get_edited_preset().config.option>("gcode_flavor")->value; + + // Orca: use booleans to avoid repeated comparisons with enum values + const bool gcf_is_marlin_firmware = gcflavor == GCodeFlavor::gcfMarlinFirmware; + const bool gcf_is_klipper = gcflavor == GCodeFlavor::gcfKlipper; bool have_volumetric_extrusion_rate_slope = config->option("max_volumetric_extrusion_rate_slope")->value > 0; float have_volumetric_extrusion_rate_slope_segment_length = config->option("max_volumetric_extrusion_rate_slope_segment_length")->value; @@ -675,23 +679,28 @@ void ConfigManipulation::toggle_print_fff_options(DynamicPrintConfig *config, co "top_surface_acceleration", "travel_acceleration", "bridge_acceleration", "sparse_infill_acceleration", "internal_solid_infill_acceleration"}) toggle_field(el, have_default_acceleration); - bool machine_supports_junction_deviation = false; - if (gcflavor == gcfMarlinFirmware) { - if (const auto *machine_jd = preset_bundle->printers.get_edited_preset().config.option("machine_max_junction_deviation")) { - machine_supports_junction_deviation = !machine_jd->values.empty() && machine_jd->values.front() > 0.0; - } - } - toggle_line("default_junction_deviation", gcflavor == gcfMarlinFirmware); - if (machine_supports_junction_deviation) { - toggle_field("default_junction_deviation", true); - toggle_field("default_jerk", false); - for (auto el : { "outer_wall_jerk", "inner_wall_jerk", "initial_layer_jerk", "initial_layer_travel_jerk", "top_surface_jerk", "travel_jerk", "infill_jerk"}) + const bool junction_deviation_enabled = + gcf_is_marlin_firmware && + [&]() { + const auto *machine_jd = preset_bundle->printers.get_edited_preset().config.option("machine_max_junction_deviation"); + return machine_jd && !machine_jd->values.empty() && machine_jd->values.front() > 0.0; + }(); + + toggle_line("default_junction_deviation", gcf_is_marlin_firmware); + toggle_field("default_junction_deviation", junction_deviation_enabled); + toggle_field("default_jerk", !junction_deviation_enabled); + + const std::initializer_list jerk_options = { + "outer_wall_jerk", "inner_wall_jerk", "initial_layer_jerk", + "initial_layer_travel_jerk", "top_surface_jerk", "travel_jerk", "infill_jerk" + }; + + if (junction_deviation_enabled) { + for (auto el : jerk_options) toggle_line(el, false); } else { - toggle_field("default_junction_deviation", false); - toggle_field("default_jerk", true); - bool have_default_jerk = config->has("default_jerk") && config->opt_float("default_jerk") > 0; - for (auto el : { "outer_wall_jerk", "inner_wall_jerk", "initial_layer_jerk", "initial_layer_travel_jerk", "top_surface_jerk", "travel_jerk", "infill_jerk"}) { + const bool have_default_jerk = config->has("default_jerk") && config->opt_float("default_jerk") > 0; + for (auto el : jerk_options) { toggle_line(el, true); toggle_field(el, have_default_jerk); } @@ -905,8 +914,8 @@ void ConfigManipulation::toggle_print_fff_options(DynamicPrintConfig *config, co toggle_field("wipe_speed",!is_role_based_wipe_speed); for (auto el : {"accel_to_decel_enable", "accel_to_decel_factor"}) - toggle_line(el, gcflavor == gcfKlipper); - if(gcflavor == gcfKlipper) + toggle_line(el, gcf_is_klipper); + if(gcf_is_klipper) toggle_field("accel_to_decel_factor", config->opt_bool("accel_to_decel_enable")); bool have_make_overhang_printable = config->opt_bool("make_overhang_printable"); diff --git a/src/slic3r/GUI/GCodeViewer.cpp b/src/slic3r/GUI/GCodeViewer.cpp index 5dac81b7fe..79afc1daaf 100644 --- a/src/slic3r/GUI/GCodeViewer.cpp +++ b/src/slic3r/GUI/GCodeViewer.cpp @@ -2639,8 +2639,14 @@ void GCodeViewer::render_all_plates_stats(const std::vectorget_slice_result()->print_statistics; auto plate_extruders = plate->get_extruders(true); + auto max_extruders_colors = wxGetApp().plater()->get_extruders_colors().size(); for (size_t extruder_id : plate_extruders) { extruder_id -= 1; + // Skip stale/overflow extruder indices (e.g. from object assignments that outlived a + // filament-count change) so downstream per-extruder lookups stay in range. Ported + // from BambuStudio (STUDIO-15763). + if (extruder_id >= max_extruders_colors) + continue; if (plate_print_statistics.model_volumes_per_extruder.find(extruder_id) == plate_print_statistics.model_volumes_per_extruder.end()) model_volume_of_extruders_all_plates[extruder_id] += 0; else { diff --git a/src/slic3r/GUI/GUI_Factories.cpp b/src/slic3r/GUI/GUI_Factories.cpp index 357c39e47a..bb11781491 100644 --- a/src/slic3r/GUI/GUI_Factories.cpp +++ b/src/slic3r/GUI/GUI_Factories.cpp @@ -576,55 +576,47 @@ wxMenu* MenuFactory::append_submenu_add_generic(wxMenu* menu, ModelVolumeType ty wxMenu* MenuFactory::append_submenu_add_handy_model(wxMenu* menu, ModelVolumeType type) { auto sub_menu = new wxMenu; - for (auto &item : {L("Orca Cube"), L("OrcaSliced Combo"), L("Orca Tolerance Test"), L("3DBenchy"), L("Cali Cat"), L("Autodesk FDM Test"), - L("Voron Cube"), L("Stanford Bunny"), L("Orca String Hell") }) { - append_menu_item( - sub_menu, wxID_ANY, _(item), "", - [type, item](wxCommandEvent&) { - std::vector input_files; - bool is_stringhell = false; - std::vector file_names; - bool arrange_after_import = false; - if (item == L("Orca Cube")){ - file_names = { "OrcaCube_v2.drc", "OrcaPlug_v2.drc"}; - arrange_after_import = true; - } - else if (item == L("OrcaSliced Combo")) - { - file_names = { "OrcaSliced.3mf", "OrcaCube_v2.drc", "OrcaPlug_v2.drc" }; - arrange_after_import = true; - } - else if (item == L("Orca Tolerance Test")) - file_names = { "OrcaToleranceTest.drc" }; - else if (item == L("3DBenchy")) - file_names = { "3DBenchy.drc" }; - else if (item == L("Cali Cat")) - file_names = { "calicat.drc" }; - else if (item == L("Autodesk FDM Test")) - file_names = { "ksr_fdmtest_v4.drc" }; - else if (item == L("Voron Cube")) - file_names = { "Voron_Design_Cube_v7.drc" }; - else if (item == L("Stanford Bunny")) - file_names = { "Stanford_Bunny.drc" }; - else if (item == L("Orca String Hell")) { - file_names = { "Orca_stringhell.drc" }; - is_stringhell = true; - } else - return; + // Orca: handy models shipped under /handy_models. Defining everything in one table + // keeps the menu label, the files to load and the per-model behavior in a single place and + // avoids repeating the label strings (and the value-vs-pointer comparison pitfalls that come + // with that). Labels are wrapped in L() so they are picked up for translation. + struct HandyModel + { + const char* label; + std::vector file_names; + bool arrange_after_import = false; + bool is_stringhell = false; + }; + static const std::vector handy_models = { + {L("Orca Cube"), {"OrcaCube_v2.drc", "OrcaPlug_v2.drc"}, true}, + {L("OrcaSliced Combo"), {"OrcaSliced.3mf", "OrcaCube_v2.drc", "OrcaPlug_v2.drc"}, true}, + {L("Orca Tolerance Test"), {"OrcaToleranceTest.drc"}}, + {L("3DBenchy"), {"3DBenchy.drc"}}, + {L("Cali Cat"), {"calicat.drc"}}, + {L("Autodesk FDM Test"), {"ksr_fdmtest_v4.drc"}}, + {L("Voron Cube"), {"Voron_Design_Cube_v7.drc"}}, + {L("Stanford Bunny"), {"Stanford_Bunny.drc"}}, + {L("Orca String Hell"), {"Orca_stringhell.drc"}, false, true}, + }; - input_files.reserve(file_names.size()); - for (const auto& file_name : file_names) + for (const auto& model : handy_models) { + append_menu_item( + sub_menu, wxID_ANY, _(model.label), "", + [&model](wxCommandEvent&) { + std::vector input_files; + input_files.reserve(model.file_names.size()); + for (const auto& file_name : model.file_names) input_files.push_back((boost::filesystem::path(Slic3r::resources_dir()) / "handy_models" / file_name)); plater()->load_files(input_files, LoadStrategy::LoadModel); - if (arrange_after_import) { + if (model.arrange_after_import) { plater()->set_prepare_state(Job::PREPARE_STATE_MENU); plater()->arrange(); } // Suggest to change settings for stringhell // This serves as mini tutorial for new users - if (is_stringhell) { + if (model.is_stringhell) { wxGetApp().CallAfter([=] { DynamicPrintConfig* m_config = &wxGetApp().preset_bundle->prints.get_edited_preset().config; diff --git a/src/slic3r/GUI/GUI_ObjectList.cpp b/src/slic3r/GUI/GUI_ObjectList.cpp index bc36f20260..6b612dc5e0 100644 --- a/src/slic3r/GUI/GUI_ObjectList.cpp +++ b/src/slic3r/GUI/GUI_ObjectList.cpp @@ -764,6 +764,10 @@ void ObjectList::update_filament_values_for_items(const size_t filaments_count) if (!object->volumes[id]->config.has("extruder") || size_t(object->volumes[id]->config.extruder()) > filaments_count) { extruder = wxString::Format("%d", object->config.extruder()); + // Clear the stale per-volume assignment so it falls back to the object's + // extruder; otherwise the out-of-range index survives. Ported from + // BambuStudio (STUDIO-15763). + object->volumes[id]->config.erase("extruder"); } else { extruder = wxString::Format("%d", object->volumes[id]->config.extruder()); diff --git a/src/slic3r/GUI/PartPlate.cpp b/src/slic3r/GUI/PartPlate.cpp index b3b4d4b9a5..e4980e168c 100644 --- a/src/slic3r/GUI/PartPlate.cpp +++ b/src/slic3r/GUI/PartPlate.cpp @@ -1931,11 +1931,20 @@ bool PartPlate::check_filament_printable(const DynamicPrintConfig &config, wxStr std::vector used_filaments = get_extruders(true); // 1 base if (!used_filaments.empty()) { + const std::vector& filament_types = config.option("filament_type")->values; + const std::vector& filament_printables = config.option("filament_printable")->values; + const std::vector& filament_map = get_real_filament_maps(config); + // This runs synchronously mid printer-switch (load_current_preset -> reload_scene), before the + // filament-count reconciliation clears stale per-object assignments, so the plate objects can + // still reference filament indices beyond the freshly selected printer config. Skip those to + // avoid an out-of-range access. Matches BambuStudio's guards in the same function. + const int filament_count = std::min({(int) filament_types.size(), (int) filament_printables.size(), (int) filament_map.size()}); for (auto filament_idx : used_filaments) { int filament_id = filament_idx - 1; - std::string filament_type = config.option("filament_type")->values.at(filament_id); - int filament_printable_status = config.option("filament_printable")->values.at(filament_id); - std::vector filament_map = get_real_filament_maps(config); + if (filament_id < 0 || filament_id >= filament_count) + continue; + std::string filament_type = filament_types[filament_id]; + int filament_printable_status = filament_printables[filament_id]; int extruder_idx = filament_map[filament_id] - 1; if (!(filament_printable_status >> extruder_idx & 1)) { wxString extruder_name = extruder_idx == 0 ? _L("left") : _L("right"); diff --git a/src/slic3r/GUI/Tab.cpp b/src/slic3r/GUI/Tab.cpp index 8d745b9caa..978528f3b3 100644 --- a/src/slic3r/GUI/Tab.cpp +++ b/src/slic3r/GUI/Tab.cpp @@ -2559,8 +2559,10 @@ void TabPrint::build() optgroup->append_single_option_line("accel_to_decel_enable", "speed_settings_acceleration"); optgroup->append_single_option_line("accel_to_decel_factor", "speed_settings_acceleration"); - optgroup = page->new_optgroup(L("Jerk(XY)"), L"param_jerk", 15); + optgroup = page->new_optgroup(L("Junction Deviation"), L"param_junction_deviation", 15); optgroup->append_single_option_line("default_junction_deviation", "speed_settings_jerk_xy#junction-deviation"); + + optgroup = page->new_optgroup(L("Jerk(XY)"), L"param_jerk", 15); optgroup->append_single_option_line("default_jerk", "speed_settings_jerk_xy#default"); optgroup->append_single_option_line("outer_wall_jerk", "speed_settings_jerk_xy#outer-wall"); optgroup->append_single_option_line("inner_wall_jerk", "speed_settings_jerk_xy#inner-wall"); @@ -5448,8 +5450,8 @@ void TabPrinter::toggle_options() for (auto el : {"use_firmware_retraction", "use_relative_e_distances", "support_multi_bed_types", "pellet_modded_printer", "bed_mesh_max", "bed_mesh_min", "bed_mesh_probe_distance", "adaptive_bed_mesh_margin", "thumbnails"}) toggle_line(el, !is_BBL_printer); - auto gcf = m_config->option>("gcode_flavor")->value; - toggle_line("enable_power_loss_recovery", is_BBL_printer || gcf == gcfMarlinFirmware); + bool gcf_is_marlin_firmware = m_config->option>("gcode_flavor")->value == GCodeFlavor::gcfMarlinFirmware; + toggle_line("enable_power_loss_recovery", is_BBL_printer || gcf_is_marlin_firmware); const bool support_parallel_printheads = printer_cfg.opt_bool("support_parallel_printheads"); toggle_line("parallel_printheads_count", support_parallel_printheads); @@ -5581,18 +5583,25 @@ void TabPrinter::toggle_options() if (m_active_page->title() == L("Motion ability")) { auto gcf = m_config->option>("gcode_flavor")->value; update_input_shaper_menu(gcf); + + // Orca: use booleans to avoid repeated comparisons with enum values + const bool gcf_is_marlin_legacy = gcf == GCodeFlavor::gcfMarlinLegacy; + const bool gcf_is_marlin_firmware = gcf == GCodeFlavor::gcfMarlinFirmware; + const bool gcf_is_klipper = gcf == GCodeFlavor::gcfKlipper; + const bool gcf_is_reprap_firmware = gcf == GCodeFlavor::gcfRepRapFirmware; + bool silent_mode = m_config->opt_bool("silent_mode"); int max_field = silent_mode ? 2 : 1; for (int i = 0; i < max_field; ++i) - toggle_option("machine_max_acceleration_travel", gcf != gcfMarlinLegacy && gcf != gcfKlipper, i); - toggle_line("machine_max_acceleration_travel", gcf != gcfMarlinLegacy && gcf != gcfKlipper); + toggle_option("machine_max_acceleration_travel", !gcf_is_marlin_legacy && !gcf_is_klipper, i); + toggle_line("machine_max_acceleration_travel", !gcf_is_marlin_legacy && !gcf_is_klipper); for (int i = 0; i < max_field; ++i) - toggle_option("machine_max_junction_deviation", gcf == gcfMarlinFirmware, i); - toggle_line("machine_max_junction_deviation", gcf == gcfMarlinFirmware); + toggle_option("machine_max_junction_deviation", gcf_is_marlin_firmware, i); + toggle_line("machine_max_junction_deviation", gcf_is_marlin_firmware); // Check if junction deviation value is non-zero and firmware is Marlin - bool enable_jerk = gcf != gcfMarlinFirmware; - if (gcf == gcfMarlinFirmware) { + bool enable_jerk = !gcf_is_marlin_firmware; + if (gcf_is_marlin_firmware) { const auto *junction_deviation = m_config->option("machine_max_junction_deviation"); if (junction_deviation != nullptr) { const auto &values = junction_deviation->values; @@ -5608,14 +5617,14 @@ void TabPrinter::toggle_options() toggle_option("machine_max_jerk_e", enable_jerk, i); } - bool emittable_limits = m_config->opt_enum("gcode_flavor") == GCodeFlavor::gcfMarlinLegacy || m_config->opt_enum("gcode_flavor") == GCodeFlavor::gcfMarlinFirmware || m_config->opt_enum("gcode_flavor") == GCodeFlavor::gcfRepRapFirmware; + bool emittable_limits = gcf_is_marlin_legacy || gcf_is_marlin_firmware || gcf_is_reprap_firmware; toggle_option("emit_machine_limits_to_gcode", emittable_limits); bool resonance_avoidance = m_config->opt_bool("resonance_avoidance"); toggle_option("min_resonance_avoidance_speed", resonance_avoidance); toggle_option("max_resonance_avoidance_speed", resonance_avoidance); - bool input_shaping_compatible = m_config->opt_enum("gcode_flavor") == GCodeFlavor::gcfMarlinFirmware || m_config->opt_enum("gcode_flavor") == GCodeFlavor::gcfRepRapFirmware; + bool input_shaping_compatible = gcf_is_marlin_firmware || gcf_is_reprap_firmware; for (auto is : {"input_shaping_emit", "input_shaping_type", "input_shaping_freq_x", "input_shaping_freq_y", "input_shaping_damp_x", "input_shaping_damp_y"}) @@ -5625,12 +5634,11 @@ void TabPrinter::toggle_options() bool emit_machine_limits_to_gcode = m_config->opt_bool("emit_machine_limits_to_gcode"); toggle_option("input_shaping_emit", emit_machine_limits_to_gcode); bool input_shaping_emit = emit_machine_limits_to_gcode && m_config->opt_bool("input_shaping_emit"); - bool reprap = m_config->opt_enum("gcode_flavor") == GCodeFlavor::gcfRepRapFirmware; toggle_option("input_shaping_type", input_shaping_emit); toggle_option("input_shaping_freq_x", input_shaping_emit); - toggle_option("input_shaping_freq_y", input_shaping_emit && !reprap); + toggle_option("input_shaping_freq_y", input_shaping_emit && !gcf_is_reprap_firmware); toggle_option("input_shaping_damp_x", input_shaping_emit); - toggle_option("input_shaping_damp_y", input_shaping_emit && !reprap); + toggle_option("input_shaping_damp_y", input_shaping_emit && !gcf_is_reprap_firmware); } } diff --git a/tests/libslic3r/test_config.cpp b/tests/libslic3r/test_config.cpp index 2bee0d7d11..412270420d 100644 --- a/tests/libslic3r/test_config.cpp +++ b/tests/libslic3r/test_config.cpp @@ -315,6 +315,54 @@ SCENARIO("update_non_diff_values_to_base_config preserves child vectors when chi } } +SCENARIO("update_diff_values_to_child_config tolerates legacy machine-limit vector sizes", + "[Config][Variant]") { + // Regression: loading a user printer preset that inherits a non-BBL multi-extruder base and + // overrides stride-2 machine limits used to throw in ConfigOptionVector::set_only_diff + // ("invalid diff_index size"). The base's machine-limit vectors get length-extended by the + // nozzle count while it carries no printer_extruder_variant, so the base length (nozzles*2) + // no longer matches variant_index.size()*2. The throw was caught upstream and DELETED the + // user's preset file. The merge must instead degrade gracefully. + GIVEN("A 4-nozzle parent with stride-2 limits extended to nozzles*2 but no printer_extruder_variant") { + Slic3r::DynamicPrintConfig parent; + Slic3r::DynamicPrintConfig child; + + parent.set_key_value("nozzle_diameter", + new Slic3r::ConfigOptionFloats({0.4, 0.4, 0.4, 0.4})); + parent.set_key_value("machine_max_acceleration_x", + new Slic3r::ConfigOptionFloats({25000, 25000, 25000, 25000, 25000, 25000, 25000, 25000})); + + // Child user preset declares 4 extruder variants and overrides the machine limit. + child.set_key_value("printer_extruder_id", + new Slic3r::ConfigOptionInts({1, 2, 3, 4})); + child.set_key_value("printer_extruder_variant", + new Slic3r::ConfigOptionStrings({"Direct Drive Standard", "Direct Drive Standard", + "Direct Drive Standard", "Direct Drive Standard"})); + child.set_key_value("machine_max_acceleration_x", + new Slic3r::ConfigOptionFloats({8000, 8000, 8000, 8000, 8000, 8000, 8000, 8000})); + + WHEN("update_diff_values_to_child_config merges the child overrides") { + std::string id_name = "printer_extruder_id"; + std::string var_name = "printer_extruder_variant"; + + THEN("it does not throw on the legacy size mismatch") { + REQUIRE_NOTHROW(parent.update_diff_values_to_child_config( + child, id_name, var_name, + Slic3r::printer_options_with_variant_1, + Slic3r::printer_options_with_variant_2)); + + AND_THEN("the child's overridden machine limit is preserved") { + auto* mx = parent.option("machine_max_acceleration_x"); + REQUIRE(mx != nullptr); + REQUIRE(mx->values.size() >= 2); + REQUIRE_THAT(mx->values[0], Catch::Matchers::WithinAbs(8000.0, 1e-6)); + REQUIRE_THAT(mx->values[1], Catch::Matchers::WithinAbs(8000.0, 1e-6)); + } + } + } + } +} + // SCENARIO("DynamicPrintConfig JSON serialization", "[Config]") { // WHEN("DynamicPrintConfig is serialized and deserialized") { // auto now = std::chrono::high_resolution_clock::now();